{% extends 'base.html.twig' %} {% trans_default_domain 'Subscribe' %} {% block title %} {{ 'subscribe.title'|trans }} {% endblock title %} {% block superBody %} {% if mobile is not defined %} {{ parent() }} {% endif %} {% endblock %} {% block body %} {{ parent() }}
{% if next and not subscribed %} {% endif %}

{{ 'subscribe.shamra.name'|trans }}

{{ 'subscribe.shamra.explain'|trans }}
{% if endSubscribeDate %} {% if subscribed and not canceled %} {% endif %} {% else %} {% if cancel is defined %} {% endif %} {% if subscribed and not canceled %} {% endif %} {% endif %} {% include "@syndexAcademic/Default/subscription_cards.html.twig" with {'activeID': activeID} %}

{{ 'subscribe.saidabout'|trans }}

{{ 'subscribe.kahina.said'|trans }}

Kahina Ait Hamouda {{ 'subscribe.kahina.spec'|trans }}
{% endblock %} {% block superJS %} {% if mobile is not defined %} {{ parent() }} {% endif %} {% endblock %}