{% 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 %}
{% csrf_token %}
Número / Ano /
Motivo da Anulação
{% endblock detail_content %}