{% load djblets_utils %} {% load staticfiles %}

{% if widget.icon %} {{widget.title}} {% endif %} {{widget.title}}

{% if widget.template %} {% include widget.template %} {% endif %}
{% if widget.actions %}
{% for action in widget.actions %} {{action.label}} {% endfor %}
{% endif %}