{% extends "norma/normajuridica_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block detail_content %} {% if error %}
{{ error }}
{% endif %} {% crispy form %} {% endblock %}