{% extends "counters/project.html" %}{% load static %} {% block breadcrumbs %} {{ block.super }} {# >{{ organization }}#} > {{ registration }} {% endblock breadcrumbs %} {% block body %}
{% block info %}

{{ registration }}

Started on : {{ registration.start }}
Until: {{ registration.end|default_if_none:"Running" }}
Status: {% if registration.active %}Active{% else %}Paused{% endif %}
{% block chart %}
{% endblock chart %}
{% endblock info %} {% block data %} {% endblock data %}
{% endblock body %}