Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 007b45b1 authored by drishu's avatar drishu
Browse files

OEL-1514: Wrap facet summary in condition.

parent a30a7ebb
No related branches found
No related tags found
2 merge requests!156OEL-1450: Epic list pages.,!139OEL-1514: Improve list pages integration in whitelabel
......@@ -28,14 +28,12 @@
({{ content['extra_field_oe_list_page_total_count:node:oe_list_page'] }})
</h4>
</div>
{% set selected_filters = content['extra_field_oe_list_page_selected_filters:node:oe_list_page'] %}
{% if selected_filters[0]|length > 1 %}
<div class="col-md-12 order-md-2 mt-3">
{% set selected_filters = content['extra_field_oe_list_page_selected_filters:node:oe_list_page'] %}
{% if selected_filters[0]|length > 1 %}
{{ selected_filters }}
{% endif %}
</div>
<div class="col-md-6 col-lg-4 mt-3 mt-md-0">
</div>
{% endif %}
</div>
{{ content['extra_field_oe_list_page_results:node:oe_list_page'] }}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment