{% if content.contentData.type == 'media' %} {% if content.contentData.s3Filename == null or content.contentData.s3Filename == '' %} {% else %} {% endif %} {% endif %} {% if content.contentData.type == 'image' or content.contentData.type == 'imageonly' %} {% if content.contentData.s3Filename == null or content.contentData.s3Filename == '' %} {% else %} {% endif %} {% endif %} {% if content.contentData.type == 'youtube' %} {% endif %} {% if content.contentData.type == 'video' %} {% if content.contentData.s3Filename == null or content.contentData.s3Filename == '' %} {% else %} {% endif %} {% endif %} {% if content.contentData.type == 'gif-video' %} {% if content.contentData.s3Filename == null or content.contentData.s3Filename == '' %} {% else %} {% endif %} {% endif %}
{% if content.contentData.type == 'text' or content.contentData.type == 'link' %}
{{ content.contentData.getTextAsHTML | raw }}
{% endif %}
{{ content.source }} - {{ content.contentData.username }}
{% if disableEditing is not defined or disableEditing == false %}
{% if content.trashedAt == null %} mosaïque {{ render(controller('OuibeatAppBundle:Backend/Content:activate', { 'content': content })) }} {% else %} {% endif %}
{% if event.type == 'retail-cast' %}
{% if content.trashedAt == null %} pub {{ render(controller('OuibeatAppBundle:Backend/Content:activateIntercalary', { 'content': content })) }} {% else %} {% endif %}
{% endif %}

{% if event.type == 'retail-cast' %} {% endif %}

{% endif %}