forked from rc/aircox
		
	playing now
This commit is contained in:
		@ -14,8 +14,8 @@ Context variables:
 | 
				
			|||||||
{% if not object.is_published and object.program.is_published %}
 | 
					{% if not object.is_published and object.program.is_published %}
 | 
				
			||||||
<a href="{{ object.program.get_absolute_url }}">
 | 
					<a href="{{ object.program.get_absolute_url }}">
 | 
				
			||||||
    {% if diffusion and diffusion.is_now %}
 | 
					    {% if diffusion and diffusion.is_now %}
 | 
				
			||||||
    <b class="fas fa-play"
 | 
					    <small class="fas fa-play"
 | 
				
			||||||
        title="{% trans "on air" %}" aria-label="{% trans "on air" %}"></b>
 | 
					        title="{% trans "on air" %}" aria-label="{% trans "on air" %}"></small>
 | 
				
			||||||
    {% endif %}
 | 
					    {% endif %}
 | 
				
			||||||
    {{ object.title }}
 | 
					    {{ object.title }}
 | 
				
			||||||
</a>
 | 
					</a>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user