Checkins
{{ stats.checkin_count|default:"0" }}
Wiki edits
{{ stats.wiki_events|default:"0" }}
Ticket changes
{{ stats.ticket_events|default:"0" }}
Forum posts
{{ stats.forum_events|default:"0" }}
{% if stats.first_checkin %}
First checkin
{{ stats.first_checkin|date:"Y-m-d" }}
{% endif %}
{% if stats.last_checkin %}
Last checkin
{{ stats.last_checkin|date:"Y-m-d" }}
{% endif %}