{% extends '@nucleus/partials/particle.html.twig' %} {% block particle %}
{% if particle.title %}
{% if particle.title %}
{{ particle.title|raw }}
{% endif %}
{% endif %}
{% if particle.nav == 'enabled' %}
{% endif %} {% if particle.dots == 'enabled' %}
{% endif %} {% if particle.nav == 'enabled' %}
{% endif %}
{% if not particle.source or particle.source == 'particle' %} {% for testimonial in particle.testimonial %}
{{ testimonial.alttext|default(testimonial.content|truncate_text(40)) }}
{% if testimonial.content %}

{{ testimonial.content }}

{% endif %} {% if testimonial.author %}

– {{ testimonial.author }} {% if testimonial.position %} {{ testimonial.position }} {% endif %}

{% endif %}
{% endfor %} {% else %} {% include '@particles/testimonials-' ~ gantry.platform.name ~ '.html.twig' ignore missing %} {% endif %}
{% endblock %} {% block stylesheets %} {% endblock %} {% block javascript_footer %} {% do gantry.load('jquery') %} {% do gantry.document.addScript(url('gantry-theme://js/swiper.min.js'), 10, 'footer') %} {% do gantry.document.addScript(url('gantry-theme://js/testimonials.init.js'), 10, 'footer') %} {% endblock %}