{% extends "layouts/mobile_base.twig" %} {% set active_nav = 'profile' %} {% block title %}{{ translations.my_profile ?? 'My profile' }}{% endblock %} {% block page_title %}{{ translations.my_profile ?? 'My profile' }}{% endblock %} {% block page_subtitle %} {{ translations.profile_subtitle ?? 'Your owner details and roles' }} {% endblock %} {% block head %} {% endblock %} {% block content %} {% set displayName = owner.getDisplayName() ?: (owner.getName() ~ ' ' ~ owner.getSurname()) %} {% set initials = (owner.getName()|default('')|slice(0,1) ~ owner.getSurname()|default('')|slice(0,1))|upper %} {% set lang = owner.getLangCode()|default('')|upper %} {% set positions = owner.getPositions()|default([]) %} {% set comps = owner.getCompetencies()|default([]) %} {# HERO #}
{{ p.getDescription() }}
{% endif %}