{% load staticfiles %} {% load dashboard_tags %} {% load i18n %}
{% translate widget.name|safe %}
{% for k,values in widget.header_components.items %} {% for v in values %} {% include 'sharedapp/components/'|add:v.template|add:'.html' with content=v %} {% endfor %} {% endfor %}
{{widget.info|safe}}