{% load dashboard_tags %} {% load staticfiles %} {% load i18n %}
  • {% translate widget.name|safe %}

{% translate widget.description|safe %}

{% include 'sharedapp/components/share_menu_action.html' %}
{% for k,values in widget.body_components.items %} {% if k == 'dropdown' %}
{% for name, value in widget.hidden_vars.items %} {% endfor %}
    {% for v in values %} {% include 'sharedapp/components/'|add:v.template|add:'.html' with dropdown=v %} {% endfor %}
{% else %} {% for v in values %} {% include 'sharedapp/components/'|add:v.template|add:'.html' with content=v %} {% endfor %} {% endif %} {% endfor %}