{% extends 'base.html' %} {% load i18n %} {% block content %} {% trans "Thanks for your feedback!" %} {% trans "Developers have been notified and will take care of the issue." %} {% trans "Sorry for the inconvenience."%} {% trans "Home" %} {% endblock %}
{% trans "Developers have been notified and will take care of the issue." %} {% trans "Sorry for the inconvenience."%}