{% load i18n %}
  • {% for label, tid in schema.notify.items %} {% if tid == '_self' %}
  • {{ label }}
  • {% elif tid == '_template' %}
  • {{ label }}
  • {% elif not tid %}
  • {{ label }}
  • {% else %}
  • {{ label }}
  • {% endif %} {% endfor %}