{% extends 'django_knowledge/inner.html' %} {% load i18n %} {% block title %}{% trans "Ask a Question" %}{% endblock title %} {% block knowledge_widgets %}

{% trans "Ask a Question" %}


{% if form %} {% include "django_knowledge/form.html" with submit_value="Submit this support request" submit_and="and we'll get back to you as soon as possible." %} {% else %}

{% trans "Please log in to ask a question." %}

{% endif %}
{% endblock knowledge_widgets %}