{% load admin_modify i18n %}
{% for line in fieldset %} {% for field in line %}
{% include "admin/includes/field.html" %}
{% endfor %} {% endfor %}