{% extends "admin/base_site.html" %} {% comment %}Admin tool displaying logs statistics{% endcomment %} {% load i18n aircox %} {% block content %}{{ block.super }}
{% trans "time" %} | {% trans "episode" %} | {% trans "track" %} | {% trans "tags" %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ object.start|time:"H:i" }} {% if object|is_diffusion %} - {{ object.end|time:"H:i" }}{% endif %} | {{ object.episode|default:"" }} | {% endif %} {% with track as object %}{% include "aircox/widgets/track_item.html" %} | {% endwith %} {% with track.tags.all|join:', ' as tags %}{% if tags %} {% endif %} | {% endwith %}|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{ object.start|time:"H:i" }} - {{ object.end|time:"H:i" }} | {{ object.episode|default:"" }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% trans "Totals" %} |
[[ tag ]]
[[ count ]]
|