{% trans_default_domain "admin" %} {# determine what the parent class is only applies to vertical orientation) #} {% set containerClass = 'tab-base' %} {% if config.tabOrientation == constant('Bazookas\\AdminBundle\\AdminElements\\Containers\\TabbedContainer::ORIENTATION_VERTICAL') %} {% if config.tabLocation == constant('Bazookas\\AdminBundle\\AdminElements\\Containers\\TabbedContainer::LOCATION_LEFT') %} {% set containerClass = 'tab-base tab-stacked-left' %} {% else %} {% set containerClass = 'tab-base tab-stacked-right' %} {% endif %} {% endif %}