{% extends 'mail/base.html' %} {% block body %}{{ block.super }}{% if actions|length > 0 %}
{% for action in actions %}{{ action.1 }}{% if not forloop.last %} | {% endif %}{% endfor %}