{% comment %} Template for rendering plugin widgets. This is used by the plugin_widget template tag. {% endcomment %}
{% for data in widget_data %} {% if data %} {{ data|safe }} {% endif %} {% endfor %}