{% extends "base-wide.html" %}
{% block title %}{% firstof MODULE_HELP_FILES_LABEL_PLURAL trans 'Help Files' %}, {% trans 'FAQ, and Help Guides' %}{% endblock %}
{% block meta_description %}{{ SITE_GLOBAL_SITEDISPLAYNAME }} {% firstof MODULE_HELP_FILES_LABEL_PLURAL trans 'Help Files' %}, {% trans 'FAQ, and Help Guides including video help broken down by Top' %} {% firstof MODULE_HELP_FILES_LABEL_PLURAL trans 'Help Files' %}, {% trans 'separate' %} {% firstof MODULE_HELP_FILES_LABEL_PLURAL 'Help Files' %} {% trans 'Topics, and other helpful tips from' %} {{ SITE_GLOBAL_SITEDISPLAYNAME }}{% endblock %}
{% block top_bar %}
{% if request.user.is_authenticated %}
{% include "help_files/top_nav.html" %}
{% if request.user.impersonated_user and request.user.impersonated_user.is_superuser or request.user.is_superuser %}
{% if request.session.theme %}
{% include "themes/theme_top.html" %}
{% endif %}
{% endif %}
{% endif %}
{% endblock %}