{% load staticfiles humanize markdown_deux_tags %}

Hey {{ user.first_name|default:user.username }}, Loda here with a notification from Podiant:

{% for notification in messages %}
{{ notification.text|safe }}{% if notification.actions.exists %}{% for action in notification.actions.all %} [{{ action.text }}]{% if not forloop.last %},{% endif %} {% endfor %}{% endif %}
{% if not forloop.last %}
{% endif %} {% endfor %}

Thanks,
Loda from Podiant