{% extends "counters/project.html" %}{% load static i18n %} {% block breadcrumbs %} {{ block.super }} > {{ registration }} >{{ date|date:"F" }} {% endblock breadcrumbs %} {% block body %}
{% block info %}
Started on : {{ registration.start }}
Until: {{ registration.end|default_if_none:"Running" }}
Status: {% if registration.active %}Active{% else %}Paused{% endif %}
{% block chart %}
{% if original %}
{% else %} No data for the selected day {% endif %} {% endblock chart %}
{% endblock info %}
{% endblock body %}