{% extends 'baseTemplate.html' %} {% block title %}{{counter.trigramme}}{% endblock %} {% block content %} {% load i18n %} {% load hashtags %}

{{ counter.trigramme }} {{ counter.name }}

{% csrf_token %} {{ counter.trigramme }} {{ counter.name }} {% if not counter.lastReset.noSeum %} {% if counter.alreadyLiked %} 0 %} data-toggle="tooltip" data-placement="top" title="{{ counter.likersString }}" {% endif %}>  {{ counter.likeCount }} {% elif counter.id == myCounter.id or counter.lastReset.who.id == myCounter.id %} 0 %} data-toggle="tooltip" data-placement="top" title="{{ counter.likersString }}" {% endif %}>  {{ counter.likeCount }} {% else %}  {{ counter.likeCount }} {% endif %} {% endif %}
{% if counter.lastReset.noSeum %} {% trans "Has not got the seum yet" %}.
{% else %} {% if counter.lastReset.selfSeum %} {% trans "Has got the seum" %} {{ counter.lastReset.formatted_delta }}. {% else %} {{ counter.lastReset.who.trigramme }} {% trans "threw him/her the seum" %} {{ counter.lastReset.formatted_delta }}. {% endif %}
{% endif %}

{{ counter.lastReset.reason | hashtag }}

{% trans "Timeline of the seum" %}

{% if counter.lastReset.noSeum %}

{% trans "No timeline of the seum yet..." %}

{% else %} {{ chart.as_html }} {% endif %}

{% trans "Seum history" %} {{ seumFrequency }}/seum

{% for reset in resets %} {% endfor %}
{% trans "Date" %} {% trans "Motive" %} {% trans "Seum thrower" %} {% trans "Number of likes" %}
{{ reset.date | date:"SHORT_DATETIME_FORMAT" }} {{ reset.reason | hashtag }} {% if not reset.selfSeum %} {{ reset.who.trigramme }} {% endif %} {{ reset.likeCount }}
{% trans "Back to counters list" %}
{% endblock %}