{% extends "help_files/base.html" %} {% load help_file_tags %} {% load styled_forms %} {% block title %}{{ block.super }}{% blocktrans with t=topic %}{{ t }} Request{% endblocktrans %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Request" %} {% firstof MODULE_HELP_FILES_LABEL_PLURAL trans 'Help Files' %}

{% trans "Please provide as much detail as possible." %}
{% trans "If you would like to, also include your name and email: " %}
{% csrf_token %}
{{ form|styled_form }}
{% endblock %}