{% if is_new %} Add {% else %} Edit {% endif %} {{ model_name }}

{% include form_template %}
{% if not is_new and not no_delete %}

{% endif %}