{% for notification_app in email_content %}

{{ notification_app.title }}

{% if notification_app.help_text %}

{{ notification_app.help_text }} {% if notification_app.help_text_url %} View all {% endif %}

{% endif %}

{% for notification in notification_app.notifications %} {% endfor %}
{{ notification.email_content | truncatechars_html:600 | safe }}
{% if notification.details %}
{{ notification.details | safe }}
{% endif %}
{{ notification.course_name }} {{ "·"|safe }} {{ notification.time_ago }} View

{% if notification_app.show_remaining_count %}

+ {{ notification_app.remaining_count }} more

{% endif %}

{% endfor %}