{% extends "principal.html" %} {% load staticfiles %} {% load url from future %} {% block jquery %} function ejecutaForm(enlace){ document.getElementById("frmPanel").target = '_blank' document.getElementById("frmPanel").action = enlace; document.getElementById("frmPanel").submit(); } {% endblock %} {% block breadcrumbs %}
  • Inicio
  • Concentrados
  • {% endblock %} {% block contenido %}
    Expediente del Beneficiario
    {% include "formsnippet.html" with form=form %}
    {% csrf_token %}
    Reportes

    Debes Seleccionar un Albergado para Generar el Reporte

    {% endblock %}