{% load i18n %}

{% trans "Sub-forms" %}

{% trans "Add Sub-form" %}
{% if ad.applicationdefinition_set.all %} {% for subapp in ad.applicationdefinition_set.all %} {% endfor %} {% endif %}
{% trans "Name" %} {% trans "Min Entries" %} {% trans "Max Entries" %} {% trans "Extras" %} {% trans "Actions" %}
{{ subapp.name }} {{ subapp.subapplicationdefinition_set.get.min_entries }} {{ subapp.subapplicationdefinition_set.get.max_entries }} {{ subapp.subapplicationdefinition_set.get.extras }} Change Edit Form Delete