{% extends "base.html" %} {% block title %}Contratos{% endblock %} {% block header %}Contratos{% endblock %} {% block content %}
| N° Contrato | NIT Empresa | Tipo Usuario | Descripción | Excluir RDA | Excluir Ventas | Sin Contrato | Forma Pago | Acciones |
|---|---|---|---|---|---|---|---|---|
| {{ c.numero_contrato }} | {{ c.nit_empresa }} | {% set tu = c.tipo_usuario %} {% if tu == '11' %} 11 — Contributivo {% elif tu == '12' %} 12 — Particular {% elif tu == '07' %} 07 — Póliza {% elif tu == '01' %} 01 — Subsidiado {% else %} {{ tu }} {% endif %} | {{ c.descripcion }} | |||||
| No hay contratos registrados | ||||||||