{# Project: EPT-MX-ADM Company: EasyProTech LLC (www.easypro.tech) Dev: Brabus Date: Thu 23 Oct 2025 22:56:11 UTC Status: Base Template Telegram: https://t.me/EasyProTech #} {% block title %}{{ t('app.name') }}{% endblock %} {% block head %}{% endblock %} {% if current_user %} {% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}