{% 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.text | raw }}
{% endif %}
{{ content.source }} - {{ content.contentData.username }}
{% if disableEditing is not defined or disableEditing == false %}
{% if content.trashedAt == null %} {{ render(controller('OuibeatAppBundle:Backend/Content:activate', { 'content': content })) }} {% else %} {% endif %}
{% if ( event.type == 'hopscotch' ) and ( ( content.source == 'hopscotch-pride-of' ) or ( content.source == 'hopscotch-whats-hop' ) ) %} {% endif %} {% for key in content.contentData.additionalData|keys %} {% if (content.source == 'instagram') %} {% if key == 'kind' %}
{% if (content.contentData.additionalData.kind == 'story') %}
  {{ content.contentData.type }} : {{ content.contentData.additionalData.kind }}
{% endif %} {% if (content.contentData.additionalData.kind == 'hashtag') %}
  {{ content.contentData.type }} : {{ content.contentData.additionalData.kind }}
{% endif %} {% if (content.contentData.additionalData.kind == 'tag') %}
  {{ content.contentData.type }} : {{ content.contentData.additionalData.kind }}
{% endif %}
{% endif %} {% endif %} {% endfor %} {% endif %}