{% extends "protocoloadm/protocoloadm_detail.html" %} {% load i18n %} {% block detail_content %} {% if form.errors %} {% for field in form %} {% for error in field.errors %}
{{ errors }}
{% endfor %} {% endfor %} {% endif %} {% endblock detail_content %}