{% for n in notifications %}
  • {% if n.status == "new" %} {% endif %} {{ n.subject }} {{ n.created|timesince }}
    {{ n.message }}
  • {% endfor %}