{# Build-time statistics. Published posts only, resolved in ``maatlog_timezone``. Each metric is omitted when it has no value, so a brand new author shows only the post count. #} {%- set stats = maatlog.profile.stats if maatlog.profile else none -%} {%- if stats -%}

{{ _('Stats') }}

{{ _('Posts') }}
{{ stats.post_count }}
{%- if stats.writing_since -%}
{{ _('Writing since') }}
{{ stats.writing_since }}
{%- endif -%} {%- if stats.latest_post -%}
{{ _('Latest post') }}
{%- endif -%}
{%- endif -%}