{% extends "nbapp_base.html" %} {% block content %} {% set urls = [ {'href': '/pag01', 'label': '*** EN CONSTRUCCIÓN ***'}, {'href': '/consultar_tramites', 'label': '*** EN CONSTRUCCIÓN ***'}, {'href': url_for('main.por_cliente'), 'label': 'por Cliente'}, {'href': url_for('main.notificaciones_por_boletin'), 'label': 'Notificaciones por boletín'}, {'href': url_for('main.notificaciones_por_fecha'), 'label': 'Notificaciones por fecha'}, {'href': url_for('main.revisiones'), 'label': 'Revisiones'}, {'href': url_for('main.word'), 'label': 'Word'}, ] %}

Menú

{% endblock %}