{% extends "administration/base.html" %} {% block page_title %}All Callbacks{% endblock %} {% block content %} {% include 'snippets/callback_description.html' %}
{% if callbacks %} {% include "snippets/callbacks_table.html" %} {% else %}No callbacks currently exist.
{% endif %} {% endblock %}