{% load staticfiles %} {% load dashboard_tags %} {% load i18n %}
  • {% translate widget.name %}
  • {% if widget.results_count %} {{ widget.results_count }} {% else %} {{ widget.rows | length }} {% endif %} {% translate 'results' %}

{% translate widget.description %}

{% for k,values in widget.header_components.items %} {% for v in values %}
{% include 'sharedapp/components/'|add:v.template|add:'.html' with content=v %}
{% endfor %} {% endfor %}
{% for key, values in widget.search.search_params.items %} {% endfor %} {% if not widget.search.search_query %}{% endif %}