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

{% translate widget.description %}

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