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

{% block pm_write_title %}{% endblock %}

{% if user.student.all or user.is_staff %}
{% endif %}
{% csrf_token %} {% block pm_write_recipient %}{% endblock %} {{ form.as_table }}
{% trans "Send" %}
{% endblock %}