{% for recipient in recipients %} {% if not recipient.is_system_user %}
{{ recipient.first_name|slice:":1" }}

{{ recipient.full_name }}

{% if recipient.email %}{{ recipient.email }}{% endif %}{% if recipient.city %} ยท {{ recipient.city }}{% endif %}

{% if recipient.birthday %}๐ŸŽ‚ {{ recipient.birthday|date:"j M" }}{% endif %}
{% endif %} {% empty %}

No recipients yet

Add someone using the form above.

{% endfor %}