{% extends "admin/change_form.html" %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block submit_buttons_bottom %} {{ block.super }}

RUN FUNCTIONS ({{results|length}})

{% if results %}
{% for result in results %} {% for col in result %}{% endfor %} {% endfor %}
Function
Configured
{{col}}
{% endif %}
{% endblock %} {% block admin_change_form_document_ready %} {{ block.super }} {% endblock %}