{% extends 'conferenceapp/email/email_layout.html' %} {% block head %} {% endblock %} {% block title %}Conference Notification Reminder Mail{% endblock %} {% block content %}

Conference Reminder Notification

{% if notification_data : %} {% for row in notification_data %}

{{ row.notification_msg or ''}}
{{ row.notes}}

{% endfor %} {% else : %} {% endif %} {% endblock %}