{% extends "admin/admin_widget.html" %} {% load djblets_utils %} {% block widget_content %} {% if widget.template %} {% include widget.template %} {% endif %} {% endblock widget_content %} {% block widget_footer_actions %} {% for action in widget.actions %}
  • {{action.label}} {% endfor %} {% endblock widget_footer_actions %}