{% load projectroles_common_tags %} {% load siteinfo_tags %} {% if pl_data.stats or pl_data.error %}

{{ plugin.title }} Statistics

{% if pl_data.stats %} {% for stat_key, stat in pl_data.stats.items %}
{{ stat.label }} {% if stat.description %} {% get_info_link stat.description as info_link %} {{ info_link | safe }} {% endif %}
{% if stat.url %}
{{ stat.value }}
{% else %}
{% get_info_val stat.value %}
{% endif %} {% endfor %} {% elif pl_data.error %}
Unable to retrieve app statistics: {{ pl_data.error }}
{% endif %}
{% endif %}