{% extends "layout/base.html" %} {% load i18n %} {% load staticfiles %} {% block header %} {% include "layout/messages.html" %} {% endblock header %} {% block content %}

{% trans "MESSAGE SENT WITH SUCCESS!" %}

{% trans "by:" %}

{% trans "Sending your confidential information safely" %}

{% endblock content %}