{# /** * @file * Default theme implementation to output a views rows wrapper display style plugin. * * Available variables: * - rows: A list of the view's row items. * - attributes: The row's HTML attributes. * - content: The row's content. * - view: The view object. * - element_type: Wrapper element type * - attribute_type: Attribute type of the selected wrapper element * - attribute_name: Name of the selected attribute. * - rows_number: A number of rows to wrap * - wrap_method: 0 - Apply to all items, 1 - Wrap once. * - use_wrapper: A flag for wrapper usage * - use_additional_wrapper: A flag for additional wrapper usage * * @ingroup themeable */ #} {% if use_wrapper %} {% if use_additional_wrapper %}