{% extends "::slideshow.html.twig" %} {% block head_settings %} {% endblock %} {% block head_config_end %} {% endblock %} {% block content_main %}
{# Social Networks Links #} {% if settings.displaySocialNetworksLinks %} {% endif %} {# Filters #} {% if settings.displaySocialNetworksFilters or settings.displayContentTypesFilters %}
{{ attribute( translations, 'filters-label' ) }}
{# All - Reset All Filters #}
{# Social Networks Filters #} {% set socialNetworksFilters = ['twitter', 'instagram', 'facebook', 'linkedin', 'youtube'] %} {% if settings.displaySocialNetworksFilters %}
{% for socialNetworksFilter in socialNetworksFilters %} {% if event.isNetworkActive( socialNetworksFilter ) %}
{% endif %} {% endfor %} {% endif %} {# Content Types Filters #} {% set contentTypesFilters = ['photo', 'video', 'text'] %} {% if settings.displayContentTypesFilters %}
{% for contentTypesFilter in contentTypesFilters %}
{% endfor %} {% endif %}
{% endif %}
{# Slideshow #}
{# Progress Bar #}
{# Previous & Next Buttons #} {% if settings.flickityPrevNextButtons %}
{% endif %} {% endblock %} {% block foot_config %} {% endblock %}