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

Arrow counter

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

Excel Data (CSV) file_download

Arrows shot this year:

{{ yearArrows }}

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

{{ diffTarget }}

{% endif %}
Arrows shot this month:

{{ monthArrows }}

Arrows shot this week:

{{ weekArrows }}

{% endif %} {% endblock %}