{% extends "base.html" %} {% load static from staticfiles %} {% load event_tags %} {% block add_css %} {% endblock %} {% block content %}

{% if scope == 'global' %}Global{% else %}Personal{% endif %} Notification Settings

{% csrf_token %}
{% if request.user.is_superuser %}

 

 

 

{% endif %} {% for field in form.visible_fields %} {% if field.auto_id %} {% endif %} {% for pk,c in field.field.widget.choices %} {% endfor %} {% for error in field.errors %} {{ error }} {% endfor %} {% endfor %}
EventSlackHipChatMailAlert
{{ field.label }}{% if field.field.required%}*{% endif %}
{% endblock %} {% block postscript %} {% endblock %}