{# /** * @file * View modes inventory - Horizontal media teaser - xlarge template. */ #} {% if title_suffix.contextual_links is not null %} {{ title_suffix.contextual_links }} {% endif %} <{{ outer_wrapper }}{{ attributes.addClass('row', 'horizontal-media-teaser-view-mode', 'xlarge', 'clearfix') }}> {% if left is not null %} <{{ left_wrapper }} class="left col-sm-8"> {{ content.left }} {% endif %} {% if right is not null %} <{{ right_wrapper }} class="right col-sm-4"> {{ content.right }} {% endif %}