{% load crispy_forms_tags %}
| Benachrichtigung |
E-Mail |
Push |
{% for formfield in notificationforms_standard %}
{% if forloop.counter|divisibleby:2 %}
{{formfield}} |
{% else %}
| {{formfield.label_tag}} |
{{formfield}} |
{% endif %}
{% endfor %}
| Benachrichtigung |
E-Mail |
Push |
{% for formfield in notificationforms_news %}
{% if forloop.counter|divisibleby:2 %}
{{formfield}} |
{% else %}
| {{formfield.label_tag}} |
{{formfield}} |
{% endif %}
{% endfor %}
| Benachrichtigung |
E-Mail |
Push |
{% for formfield in notificationforms_groups %}
{% if forloop.counter|divisibleby:2 %}
{{formfield}} |
{% else %}
| {{formfield.label_tag}} |
{{formfield}} |
{% endif %}
{% endfor %}
| Benachrichtigung |
E-Mail |
Push |
{% for formfield in notificationforms_task %}
{% if forloop.counter|divisibleby:2 %}
{{formfield}} |
{% else %}
| {{formfield.label_tag}} |
{{formfield}} |
{% endif %}
{% endfor %}
| Benachrichtigung |
E-Mail |
Push |
{% for formfield in notificationforms_files %}
{% if forloop.counter|divisibleby:2 %}
{{formfield}} |
{% else %}
| {{formfield.label_tag}} |
{{formfield}} |
{% endif %}
{% endfor %}
| Benachrichtigung |
E-Mail |
Push |
{% for formfield in notificationforms_organizer %}
{% if forloop.counter|divisibleby:2 %}
{{formfield}} |
{% else %}
| {{formfield.label_tag}} |
{{formfield}} |
{% endif %}
{% endfor %}
| Benachrichtigung |
E-Mail |
Push |
{% for formfield in notificationforms_messages %}
{% if forloop.counter|divisibleby:2 %}
{{formfield}} |
{% else %}
| {{formfield.label_tag}} |
{{formfield}} |
{% endif %}
{% endfor %}
| Benachrichtigung |
E-Mail |
Push |
{% for formfield in notificationforms_chat %}
{% if forloop.counter|divisibleby:2 %}
{{formfield}} |
{% else %}
| {{formfield.label_tag}} |
{{formfield}} |
{% endif %}
{% endfor %}
| Benachrichtigung |
E-Mail |
Push |
{% for formfield in notificationforms_abtime %}
{% if forloop.counter|divisibleby:2 %}
{{formfield}} |
{% else %}
| {{formfield.label_tag}} |
{{formfield}} |
{% endif %}
{% endfor %}
| Benachrichtigung |
E-Mail |
Push |
{% for formfield in notificationforms_agn %}
{% if forloop.counter|divisibleby:2 %}
{{formfield}} |
{% else %}
| {{formfield.label_tag}} |
{{formfield}} |
{% endif %}
{% endfor %}