{% extends "help_files/base.html" %} {% load help_file_tags %} {% load perm_tags %} {% load i18n %} {% block title %}{{ block.super }}{% firstof MODULE_HELP_FILES_LABEL_PLURAL trans 'Help Files' %} - {% blocktrans with t=topic %}{{ t }} Topic{% endblocktrans %}{% endblock %} {% block meta_description %}{% blocktrans desc=topic.content|striptags|safe|truncatewords:40 %}{{ desc }}{% endblocktrans %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% help_file_nav request.user %} {% help_file_search %}

{% blocktrans with t=topic|title %}{{ t }}{% endblocktrans %} {% firstof MODULE_HELP_FILES_LABEL_PLURAL trans 'Help Files' %}

{% if topic.content %}

{% blocktrans with c=topic.content|safe %}{{ c }}{% endblocktrans %}

{% endif %} {% if help_files %} {% endif %}
{% endblock %}