{# vim: set ts=2 sw=2 et tw=80: #} {% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Home" %}{% endblock %} {% block content %}

{% trans "Arrow counter" %}

{% trans "A simple online arrow counter" %}
{% if user.is_authenticated %}

{% trans "Excel Data (CSV)" %} file_download

{% trans "Arrows shot this year:" %}

{{ yearArrows }}

{% if diffTarget is not False %}
{% trans "Difference with target:" %}

{{ diffTarget }}

{% endif %}
{% trans "Arrows shot this month:" %}

{{ monthArrows }}

{% trans "Arrows shot this week:" %}

{{ weekArrows }}

{% endif %} {% endblock %}