{% include 'overall_header.html' %}

{{ lang('BS_STATS_YEARLY_EXPLAIN') }}

{{ lang('BS_OVERALL') }}

{{ lang('BS_TOTAL_TOPICS') }} {{ TOTAL_TOPICSBS }}
{{ lang('BS_TOTAL_POSTS') }} {{ TOTAL_POSTSBS }}
{{ lang('BS_TOTAL_USER_REGS') }} {{ TOTAL_USER_REGSBS }}
{{ lang('BS_AVG_TOPICS_YEAR') }} {{ AVG_TOPICS }}
{{ lang('BS_AVG_POSTS_YEAR') }} {{ AVG_POSTS }}
{{ lang('BS_AVG_USER_REGS_YEAR') }} {{ AVG_USER_REGS }}

{{ lang('BS_TOPIC_STATS') }}

{% if S_YEARLY_TOPICS %}
{{ lang('BS_PERIODIC_YEAR') }}
{{ lang('BS_COUNT') }} {{ lang('BS_COUNT_SHORT') }}
{{ lang('BS_PERCENT') }} {{ lang('BS_PERCENT_SHORT') }}
{% for row in loops.periodic_topics_row %}
{{ row.TIME_ELEMENT }}
{{ row.COUNT }}
{{ row.PCT }}
{% endfor %}
{% else %}

{{ lang('NONE') }}

{% endif %}

{{ lang('BS_POST_STATS') }}

{% if S_YEARLY_POSTS %}
{{ lang('BS_PERIODIC_YEAR') }}
{{ lang('BS_COUNT') }} {{ lang('BS_COUNT_SHORT') }}
{{ lang('BS_PERCENT') }} {{ lang('BS_PERCENT_SHORT') }}
{% for row in loops.periodic_posts_row %}
{{ row.TIME_ELEMENT }}
{{ row.COUNT }}
{{ row.PCT }}
{% endfor %}
{% else %}

{{ lang('NONE') }}

{% endif %}

{{ lang('BS_USER_REG_STATS') }}

{% if S_YEARLY_USER_REGS %}
{{ lang('BS_PERIODIC_YEAR') }}
{{ lang('BS_COUNT') }} {{ lang('BS_COUNT_SHORT') }}
{{ lang('BS_PERCENT') }} {{ lang('BS_PERCENT_SHORT') }}
{% for row in loops.periodic_user_regs_row %}
{{ row.TIME_ELEMENT }}
{{ row.COUNT }}
{{ row.PCT }}
{% endfor %}
{% else %}

{{ lang('NONE') }}

{% endif %}
{% include 'overall_footer.html' %}