{% block head_extra %}{% endblock %}
{% if current_user.is_authenticated %}
LicenciasMIG
Dashboard
Empresas
Licencias
Usuarios
Logs SOAP
{{ current_user.NombreCompleto or current_user.Username }}
Salir
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}