{{ diffusion.datetime }}
{% if has_soma %}
{% if diffusion|is_already_in_soma %}
{% if soundfiles|integral %}({% trans "scheduled for diffusion" %}){% else %}({% trans "stream scheduled for diffusion" %}){% endif %}
{% if can_manage %}
{% trans "[diffusion options]" %}
{% if perms.nonstop.add_streameddiffusion and not soundfiles|integral and diffusion.end_datetime|date:"Y-m-d H:i" > s_now %}
{% trans "[remove stream]" %}
{% endif %}
{% endif %}
{% elif can_manage %}
{% if diffusion.datetime|date:"Y-m-d H:i" > s_now and soundfiles|integral %}
{% trans "[schedule diffusion]" %}
{% endif %}
{% if perms.nonstop.add_streameddiffusion and diffusion.end_datetime|date:"Y-m-d H:i" > s_now %}
{% if forloop.first and not soundfiles|integral %}
{% trans "[schedule a stream]" %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% if can_manage %}
{% endif %}