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

{% trans "your message was sent successfully, thanks" %}

{% endblock %}