socialbase-1.1.0/templates/views/views-view--group-managers.html.twig
templates/views/views-view--group-managers.html.twig
{#
/**
* @file
* Socialbase theme implementation to display a view of group managers.
*
* Available variables:
* - title: The title of this group of rows. May be empty.
* - rows: A list of the view's row items.
* - attributes: The row's HTML attributes.
* - content: The row's content.
* - view: The view object.
* - default_row_class: A flag indicating whether default classes should be
* used on rows.
*
* @see template_preprocess_views_view_unformatted()
*
* @ingroup themeable
*/
#}
{{ attach_library('socialbase/group-managers') }}
<div class="view--group-managers">
{{ rows }}
</div>
