{% extends "orgapy/layout/skeleton.html" %}
{% load static %}
{% block title %}{% block subtitle %}{{ year }} Progress ∣ {% endblock subtitle %}{{ block.super }}{% endblock title %}
{% block head %}
{{ block.super }}
{% endblock head %}
{% block main_content %}
{% if dt_filter %}{{ dt_start | date }}{% if dt_start != dt_end %} — {{ dt_end | date }}{% endif %}{% else %}{{ year }} Progress{% endif %}
{% if counter %}{% endif %}
No log at this date.