{% for user, status in status.items %}
  • {{user.username}} {% if status.0 %}success{% else %}failed [{{status.1}}]{% endif %} ({{status.2}})
  • {% empty %} No emails sent. {% endfor %}