{% extends 'core/base.html' %} {% load i18n %} {% block no_page_title %}{% endblock no_page_title %} {% block browser_title %} {% blocktrans %} Question Submitted Successfully {% endblocktrans %} {% endblock browser_title %} {% block content %}

done_all {% blocktrans %} We've received your question and will answer as soon as possible. {% endblocktrans %}

home {% trans "Back to landing page" %} history {% trans "Submit another question" %} question_answer {% trans "Back to FAQ" %} {% endblock %}