{% extends "admin/master.html"%} {% block content %}

Update {{ hasManyClassName }}

Please adjust the form and submit to update a {{ hasManyClassName }}.

{% include "snippets/formerrors.html" %}
update {% for field in form.fields %}
{{ field }}

{{ field.field_comment }}


{% endfor %}

{% endblock %}