{% extends "webpage/base.html" %} {% block content %}

Ampel Settings

Ampel Documentation

Toggle the display of the Ampel-status for instances of each model. Only changes if the indicator is displayed – changes made here don't affect any backend data.

{% for m in models %} {% endfor %}

Model

Display

{{m.content_type.name|title}}{% if m.active %} {% else %} {% endif %}
{% endblock content %}