{% if section_help and not popup_mode %}
{% endif %}
{% block content %}{% endblock %}
{{ section_help.title }}{{ section_help.description }}
- {% for item in section_help.items %}
- {{ item }} {% endfor %}
{{ section_help.note }}
{% endif %}