{% extends "app_home/base.html" %} {% load static %} {% load i18n %} {% block navbar_app %} {% include 'app_home/_sidebar.html' %} {% endblock %} {% block title %}

{% trans 'New notification' %}

{% trans 'Template' %} : {{ message_template|default:'No template' }}
{% translate 'Recipients' %}: 0
{% translate 'Emails' %}: 0
{% translate 'SMS' %}: 0

{% endblock %} {% block content %}
{% csrf_token %}
{% if message_template %} {% endif %}


{% for fieldname, instances in notify_generic.items %}
{% endfor %}


{% endblock %} {% block script %} {% for fieldname in notify_generic %} {% endfor %} {% for fieldname in notify_generic %} {% endfor %} {% endblock %}