{% load i18n %}
{% if widget.icon %} {% elif widget.icon_class %}
{{ widget.icon_class.render }}
{% endif %}
{{ widget.label }}
{% if widget.func %} {{ widget.func }} {% else %} {{ widget.queryset.count }} {% endif %}
{% if widget.link %} {% endif %}