{% extends 'django_knowledge/inner.html' %}
{% block title %}Ask a Question{% endblock title %}
{% block knowledge_widgets %}
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 %}