{% extends "principal/tipo_list.html" %} {% block title %} Reportes {% endblock %} {% block breadcrumbs %}
  • Inicio
  • Reportes
  • {% endblock %} {% block content %}
    Generar Reporte {{reporte}}
    {% csrf_token %} {% include "form_snippet.html" %}
    {% endblock %}