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