{% extends '@syndexAcademic/main_layout.html.twig' %} {% set route = app.request.attributes.get('_route') %} {% block title %} {{ 'society_title'|trans({}, 'Academia') }} {% endblock %} {% block cache_meta_block %} {% endblock %} {% block og_title %}{{ 'society_title'|trans({}, 'Academia') }}{% endblock%} {% block og_description %}{{ 'societyDescrition'|trans({}, 'Academia') }}{% endblock%} {% block og_url %}{{ url('shamra_academia_academic_society') }}{% endblock%} {% block og_image %}{{ asset('bundles/syndexacademic/images/academiaLogoNew_300.jpg') }}{% endblock%} {% block og_image_width %}300{% endblock%} {% block og_image_height %}300{% endblock%} {% block jqueryui %}{% endblock %} {% block metaKeywords %}{{ 'societyKeywords'|trans({}, 'Academia') }}{% endblock %} {% block css %} {% endblock %} {% if activeResearchers is defined and activeResearchers|length >0 %} {% set found =true %} {% else %} {% set found =false %} {% endif %} {% block body %} {{ parent() }}
{{ 'filterForm.filter.labal'|trans({}, 'Academia') }}
{% if app.user != null %}
{% endif %}
{# old question listing #} {% if questions is defined %}

{{ 'question.last'|trans({}, 'Academia') }}

{% if questions|length ==0 %} {% endif %} {% for event in questions %} {% include ('@syndexAcademic/Society/questionsCard.html.twig') %} {% endfor %}
{% endif %}
{# old see more question #} {% if (questions is defined and (questions|length) % 10 == 0) %}
{% endif %}

{{ 'event.last'|trans({}, 'Academia') }}

{% for event in events %} {% if app.request.locale == 'ar' %} {% include ('@syndexAcademic/Society/eventCard.html.twig') %} {% else %} {% include ('@syndexAcademic/Society/eventCardEn.html.twig') %} {% endif %} {% endfor %}
{% endblock %} {% block javascripts %} {% endblock %}