{% extends "crud/detail.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block detail_content %}
{% csrf_token %} {% for e in expedientes %}
{{e.tipo}}
{% endfor %}
{% endblock detail_content %}