sterntours/trunk/app/Resources/views/default/components/sidebar/sidebar.html.twig
Kevin Adametz 88360eabb7 dynamic Sidebar form v3 (SidebarWidget)
Dynamic Nationality
4 Insurance
2019-02-14 13:52:51 +01:00

19 lines
No EOL
701 B
Twig

{# @var page \AppBundle\Entity\Page #}
<div id="sidebar" class="col-md-3 col-sm-12 col-xs-12">
<div class="row">
<div class="col-sm-6 col-md-12">
{% for widget in widgets %}
{% if widget.component is defined %}
{% include 'default/components/sidebar/' ~ widget.component ~ '.html.twig' %}
{% if(loop.index == loop_half ) %}
</div>
<div class="col-sm-6 col-md-12">
{% endif %}
{% endif %}
{% endfor %}
</div>
<div class="col-sm-12">
<hr class="visible-sm visible-xs">
</div>
</div>
</div><!-- end col -->