{% block title %}
{{ title|trans }} » {{ module_name|trans }}
{% endblock %}
{% block styles %}{% endblock %} {% autoescape 'html' %} {% for style in css %} {{ style|raw }} {% endfor %} {% endautoescape %}
{% if is_mobile() or is_tablet() %} {% include 'sidebar.html' %} {% endif %}
{{ module_name|trans }}
v{{ module_version }}
{{ module_description|trans }}
{% include 'menu.html' %}
{% include 'breadcrumb.html' %}
{% block content %}{% endblock %}
{{ include('templateIncludes/loader.html', {text: '{%trans%}Подождите, идёт загрузка...{%endtrans%}'})}}
{% include 'footer.html' %} {% autoescape 'html' %} {% for script in js %} {{ script|raw }} {% endfor %} {% endautoescape %} {% block scripts %}{% endblock %}