{% if section_help and not popup_mode %}
{% endif %}
{% if module_dependency_notices and not popup_mode %}
{{ section_help.title }}{{ section_help.description }}
- {% for item in section_help.items %}
- {{ item }} {% endfor %}
{{ section_help.note }}
{% endif %}
{% for notice in module_dependency_notices %}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}
{{ notice.level == 'required' ? 'Не хватает обязательного модуля' : 'Рекомендуется дополнительная защита' }}
{{ notice.name }}{% if notice.reason %} — {{ notice.reason }}{% elseif notice.level == 'required' %} нужен для работы этого раздела.{% else %} расширяет возможности этого раздела.{% endif %}
{{ notice.action }}