{% extends 'base.html' %} {% load i18n %} {% block content %}

{% trans "Developers have been notified and will take care of the issue." %}
{% trans "Sorry for the inconvenience."%}

{% endblock %}