{% load admin2_tags i18n %}
{{ field }} | {% endfor %}||
---|---|---|
{% if forloop.first %} {% for hidden_field in inline_form.hidden_fields %} {{ hidden_field }} {% endfor %} {% endif %} {{ field }} | {% endfor %} {% if not inline_form.visible_fields %}
{% trans "This form doesn't have visible fields. This doesn't mean there isn't hidden fields." %} |
{% endif %}
|
Add another comment
|