{% extends 'base.html.twig' %} {% set pageTitle = title|title %} {% block stylesheets %} {% endblock %} {% block meta %} {% if keywords %} {% endif %} {% endblock %} {% block content %} {% include "components/_intro.html.twig" with {options: { title: title|title, description: description, skip: false, img: false, bg: false }} %}
{{ formatString(content)|raw }} {% if page.name != "internship-application" %}

{{ "company_name"|trans|title }}
{{ "e-mail"|trans }}: {{ currentLocation.Email }}
{{ "address"|trans }}: {{ currentLocationLang.address }}
{{ "phone"|trans }}: +{{ currentLocation.phoneNumber }}

{% endif %} {% if link is defined and link %} {{ linkText }} {% endif %}
{% endblock %}