{% extends "master-administracion.html" %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block body %}
| Campo | Obligatorio | Confidencial | Institución | FIMPES | Responsable |
|---|---|---|---|---|---|
| {{item.campo}} {% if item.nota != ''%} {% endif %} | {% if item.obligatorio == 1%} {% else %} {% endif %} | {% if item.confidencial == 1%} {% else %} {% endif %} | {% if item.institucion == 1%} {% else %} {% endif %} | {% if item.fimpes == 1%} {% else %} {% endif %} | {% if item.responsable == "I"%} INSTITUCION {% else %} FIMPES {% endif %} |