{# /** * @file * View template to display a list as a carousel. * * Available variables * - attributes: A list of HTML attributes for the wrapper element. * - rows: The rendered rows. * * @see template_preprocess_jcarousel_view() * * @ingroup themeable */ #} {% if options.navigation == 'before' %} {% endif %} {% for key,row in items %} {{ row }} {% endfor %} {% if options.navigation == 'after' %} {% endif %}