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

check {% blocktrans %} We've received your issue report and will be look at it as soon a possible. Thank you for your report. {% endblocktrans %}

home {% trans "Back to landing page" %} history {% trans "Submit another issue" %} {% endblock %}