{% extends 'base.html' %} {% load custom_tags_and_filters %} {% block title %}Compose an email{% endblock %} {% block content %}
From: {{ user.email }}
To: {% if name %}{{ name }}{% else %}{{ recipient }}{% endif %}