{% extends 'django_knowledge/inner.html' %}
{% load i18n %}
{% load url from future %}
{% 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 %}