{% extends 'core/core.html' %} {% load static %} {% block title %}Moderation {% if object %}{{ object }} bearbeiten{% else %} erstellen{% endif %} - {{ block.super }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block heading_title %}Moderation {% if object %}{{ object }}{% endif %}{% endblock %} {% block content %}
{% csrf_token %} {# new moderation to be associated with a report #} {% if report %}
Beitrag: {% link report %}
{% endif %} {# exiting moderation associated with a report #}
{% field form.name %}
{% field form.note %}
{% if object.report %} Abbrechen {% endif %} {% if object %} Löschen {% endif %}
{{ form.media }} {% load staticfiles %} {% endblock %}