{% extends 'D2CaseStudiesBundle::base.html.twig' %} {% set tag_list = d2_get_all_tag_list(case_studies) %} {% if app.request.get('page') %} {% set current_page = 'Page: ' ~ app.request.get('page') %} {% else %} {% set current_page = 'Page: 1' %} {% endif %} {% block title %}
Migration:Cities - Case Studies
{% endblock title %} {% block head_seo %}
{% endblock head_seo %} {% block head_script_extra %} {% endblock head_script_extra %} {% block head_style_extra %}
{% endblock head_style_extra %} {# {% block social_links %}
Share
Tweet
{% endblock social_links %} #} {% block page_header %} {% endblock page_header %} {% block content %}
{% for k, v in app.request.query %} {% if k|lower not in ['search', 'tags'] %} {# Theme, Location, Institution #} {# Paritipation, exhibition, education / Johannesburg Athens etc / Rotterdam Museum, District Six Museum #}
{% endif %} {% endfor %}
Find by Tags
Search
Go
Clear
{% if case_studies|length != 0 %} {% for entity in case_studies %} {% if loop.first %}
{% endif %}
{{ entity.title }}
{{ entity.subTitle }}
{{ entity.titleInfo }}
{% if not loop.first and loop.index%4 == 0 %}
{% endif %} {% endfor %}
{% endif %}
{{ knp_pagination_render(case_studies) }}
{% endblock content %}