{% if app.security.token is not null %} {% if not is_granted('ROLE_USER') and footerLogin %} {{ "login" | trans({}, "platform") }}      {% if selfRegistration %} {{ "register" | trans({}, "platform") }}      {% endif %} {% endif %} {% if not is_granted('ROLE_USER') and footerWorkspaces %} {{ "workspaces" | trans({}, "platform") }}      {% endif %} {% if is_granted('ROLE_USER') or (not is_granted('ROLE_USER') and not headerLocale) %} {{ app.request.locale | upper }} {% endif %} {% endif %} {% if not footerMessage is empty %}{{ footerMessage|raw }}{% endif %} {{ 'powered_by' | trans({}, 'platform') }} Claroline (v{{ coreVersion }})