{% endif %}
{% current_time as secciones %}
{% for seccion in secciones %}
{% if puesto > limit_simp %}
{%else%}
{% if seccion.simp is 1 %}
{% endif %}
{% endif %}
{% with "not-show" as show %}
{% show_menu request.path seccion.seccion as show %}
{% for children in seccion.get_children %}
{% if folio_declaracion %}
{% with "declaracion:"|add:children.url as url %}
{% if children.parametro != '' %}
{% get_status children folio_declaracion as status %}
{{children.seccion}}
CARGA DE REGISTROS >
{% for seccion in secciones %}
{% for children in seccion.get_children %}
{% if children.url == current_url_seccion %}
{%if children.pk == 9 %}
{% if declaracion2.cat_tipos_declaracion.codigo == "INICIAL" %}INGRESOS NETOS DEL DECLARANTE, PAREJA Y/O DEPENDIENTES ECONÓMICOS(SITUACIÓN ACTUAL){% endif %}
{% if declaracion2.cat_tipos_declaracion.codigo == "MODIFICACIÓN" %}INGRESOS NETOS DEL DECLARANTE, PAREJA Y/O DEPENDIENTES ECONÓMICOS(ENTRE EL 1 DE ENERO Y 31 DE DICIEMBRE DEL AÑO INMEDIATO ANTERIOR){% endif %}
{% if declaracion2.cat_tipos_declaracion.codigo == "CONCLUSIÓN" %}INGRESOS NETOS DEL AÑO EN CURSO A LA FECHA DE CONCLUSIÓN DEL EMPLEO, CARGO O COMISIÓN DEL DECLARANTE, PAREJA Y/O DEPENDIENTE ECONÓMICOS{% endif %}
{%else%}
{{children.seccion}}
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}
{% if checked%}
Esta sección no tiene registros a precargar
{% endif %}
{% include 'layout/informacion-registrada-previa.html' %}