{% translate "Statistics" %}
{% blocktranslate with site_name=request.site.name %} Some stats for {{ site_name }} (the greatest instance of share-links of all time): {% endblocktranslate %}
-
{% translate "Number of links:" %} {{ stats.nb_links }}
-
{% if stats.authors|length > 1 %}
{% for author, nb in stats.authors.items %}
- {{ author }}: {{ nb }} {% endfor %} {% else %}
- {% translate "All from" %} {% for author, nb in stats.authors.items %}{{ author }}{% endfor %} ! {% endif %}
- {% translate "By languages:" %}
- {% translate "There's " %} {{ nb }} {% translate "links in language" %} {{ language }}. {% else %}
- {% translate "... And " %} {{ nb }} {% translate "where language is not defined" %}. {% endif %} {% endfor %}
- {% translate "Number of comments:" %} {{ stats.nb_comments }}
- {% translate "Number of tags:" %} {{ stats.nb_tags }}
- {% translate "Most used tag:" %} {% if stats.most_used_tag.tag.slug %} {{ stats.most_used_tag.tag.tag }} ({% blocktranslate with nb=stats.most_used_tag.nb %}used {{ nb }} times{% endblocktranslate %}) {% else %} {% translate "There's no tag yet!" %} {% endif %}
-
{% for language, nb in stats.languages.items %}
{% if language != "not defined" %}