{# Tailwind CDN — на E1.0 этого достаточно. В Этапе 2/CI можно заменить на сборку. #} {% block head %}{% endblock %} {% if ui_variant == 'legacy' %}
Тестирование
{% if current_user %} {{ format_name_short(current_user.full_name, current_user.login) }} {% if format_role(current_user.role) %} · {{ format_role(current_user.role) }}{% endif %}
{% else %} Войти {% endif %}
{% block content scoped %}{% endblock %}
{% else %}
Логотип клиники Тестирование
{{ self.content() }}
{% endif %} {% block scripts %}{% endblock %}