{% load i18n %} {% if not self.as_pdf %}

{{ self.title }}

{{ self.form }}
{% if self.components %} {% endif %}
{% endif %}
{% if not self.as_pdf %}
Exportar PDF
{% endif %} {{ self.table }}
{% for component in self.components %} {{ component }}
{% endfor %}