{% extends change_form_base_template %} {% block after_related_objects %} {{ block.super }} {% if change_actions or change_actions_text %}
{{ change_actions_text|safe }}
{% for action in change_actions %} {% endfor %}
{% endif %} {% endblock %}