{% load dash_tags %} {% for entry in dashboard_entries %} {% get_dash_plugin entry as plugin %}
{{ plugin.render }}
{% endfor %}