{% extends "chrono/manager_agenda_view.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Reminder message preview" %} {% endblock %} {% block appbar %}

{% trans "Reminder message preview" %}

{% endblock %} {% block content %}
{% if subject %}

{% trans "Users will receive the following email:" %}

{% trans "Subject:" %} {{ subject }}

{% else %}

{% trans "Users will receive the following SMS:" %}

{% endif %}

{{ message }}

{% trans 'Return to settings' %}
{% endblock %}