{% block extra_head %}{% endblock %} {% set ep = request.endpoint or '' %} {% set in_facturacion = 'factura' in ep or 'masivo' in ep or 'presupuesto' in ep or 'rectificativa' in ep or 'recurrente' in ep or 'cobro' in ep or 'abonos_prov' in ep %} {% set in_contabilidad = 'transacciones' in ep or 'banco' in ep or 'ticket' in ep or 'ocr' in ep %} {% set in_contactos = 'clientes' in ep or 'proveedores' in ep %} {% set in_analisis = 'informes' in ep or 'autonomo' in ep or 'historial' in ep %} {% set in_inventario = 'inventario' in ep or 'catalogo' in ep or 'productos' in ep %} {% set in_fiscal = 'fiscal' in ep %} {% set in_verifactu = 'verifactu' in ep %} {% set in_usuarios = 'usuarios' in ep %} {% set in_nominas = 'nominas' in ep %} {% set in_cuentas = 'cuentas' in ep %} {% set in_activos = 'activos' in ep %} {% set rol_sesion = session.get('rol','admin') %}
{% if _demo %}
Versión demo — {{ _demo_tiempo }}. Exportación, email y copias de seguridad desactivadas. Comprar ahora
{% endif %}
{% block page_title %}ContaApp{% endblock %}
{% block topbar_actions %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %} {% endfor %} {% endwith %} {% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}