×
{% for module, panel in panels|dictsort %}
{% if not config.icons_only %}
{{ panel.title }}
{% endif %}
{{ panel.render_key_stat() }}
{% endfor %}
{% for module, panel in panels|dictsort %}
{{ panel }}
{% endfor %}