{% if days or everyday %}
{% if everyday %}
{{ broadcast.start_time|date:"D, d.m.Y" }}
{% else %}
{% ifchanged broadcast.start_time|date %} {{ broadcast.start_time|date:"D, d.m.Y" }}{% endifchanged %}
{% endif %}
|
{% endif %}
{{ broadcast.start_time|time }} – {{ broadcast.end_time|time }}
{% daydiff broadcast.start_time broadcast.end_time %}
|
{% if nolink %}
{{ broadcast }}
{% else %}
{% link broadcast %}
{% endif %}
{% if broadcast.gapfill %}{% endif %}
|
{% if broadcast.firstrun %}
{{ broadcast.firstrun.start_time|date:"D, j.m.Y H:i" }}
{% endif %}
|
{% if not nolink and broadcast.pk %}
{% if broadcast.firstrun %}
{% if user.is_staff %}
{% endif %}
{% else %}
{% if user.is_staff %}
{% endif %}
{% endif %}
|
{% endif %}
{% endfor %}