{% if article.ARTICLE_TYPE == 'video' %} {% if not article.VIDEO_THUMBNAIL or article.VIDEO_THUMBNAIL == '' %} {{ article.VIDEO_HTML | safe }} {% else %} {%- if article.external_mode and article.EXTERNAL_IS_NOFOLLOW %} {%- else %} {%- endif %} {% endif %} {% else %} {%- if article.external_mode and article.EXTERNAL_IS_NOFOLLOW %} {%- else %} {%- endif %} {% endif %} {%- if article.external_mode and article.EXTERNAL_IS_NOFOLLOW %} {%- else %} {%- endif %} {{ article.HEADLINE }} {% if article.external_mode %}{% endif %} {% for cat in article.CATEGORIES|sort(attribute="name") %} {% if categoriesFilterOn == 'True' %}{% endif %} {{ cat.name }} {% if categoriesFilterOn == 'True' %}{% endif %} {% endfor %} {% for tag in article.TAGS|sort(attribute="name") %} {% if tagsFilterOn == 'True' %}{% endif %} {{ tag.name }} {% if tagsFilterOn == 'True' %}{% endif %} {% endfor %} {% if article.children %} {% for author in article.children.Author -%} {% if not loop.first %}, {% endif %} {{ author.FIRSTNAME }} {{ author.LASTNAME }} {% if loop.last and not hideDate %} | {% endif %} {%- endfor %} {% endif %} {% if not hideDate %} {{ article.PUBLISHED_AT_LOCALE }} {% endif %} {{ article.SUMMARY|safe }}
{% if article.ARTICLE_TYPE == 'video' %} {% if not article.VIDEO_THUMBNAIL or article.VIDEO_THUMBNAIL == '' %} {{ article.VIDEO_HTML | safe }} {% else %} {%- if article.external_mode and article.EXTERNAL_IS_NOFOLLOW %} {%- else %} {%- endif %} {% endif %} {% else %} {%- if article.external_mode and article.EXTERNAL_IS_NOFOLLOW %} {%- else %} {%- endif %} {% endif %} {%- if article.external_mode and article.EXTERNAL_IS_NOFOLLOW %} {%- else %} {%- endif %} {{ article.HEADLINE }} {% if article.external_mode %}{% endif %} {% for cat in article.CATEGORIES %} {% if categoriesFilterOn == 'True' %}{% endif %} {{ cat.name }} {% if categoriesFilterOn == 'True' %}{% endif %} {% endfor %} {% for tag in article.TAGS %} {% if tagsFilterOn == 'True' %}{% endif %} {{ tag.name }} {% if tagsFilterOn == 'True' %}{% endif %} {% endfor %} {% if article.children %} {% for author in article.children.Author -%} {% if not loop.first %}, {% endif %} {{ author.FIRSTNAME }} {{ author.LASTNAME }} {% if loop.last and not HIDE_DATE %} | {% endif %} {%- endfor %} {% endif %} {% if not hideDate %} {{ article.PUBLISHED_AT_LOCALE }} {% endif %} {{ article.SUMMARY|safe }}