{% extends 'base.html.twig' %} {% block title %}Profil bearbeiten | JI:O{% endblock %} {% block header %}{% endblock %} {% block main_class %}profile-screen stitch-page{% endblock %} {% block stylesheets %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block body %}
{% if isCustomer %}
{% if user and user.avatarPath %} {{ user and user.displayName ? user.displayName : 'Customer' }} {% else %}
{{ (user and user.displayName ? user.displayName : 'W')|slice(0,1)|upper }}
{% endif %}
Seeker

{{ user and user.displayName ? user.displayName : 'JI:O User' }}

Premium Member since 2023 • {{ user and user.city ? user.city : 'Deutschland' }}

Deine Interessen

Waehle Kategorien, die dir wichtig sind (optional, bis zu 12).

{% for cat in categories %} {% endfor %}

My Favorites

Fitness

Hyper-Intensity Performance Coaching

Marcus V. $120/hr
Wellness

Somatic Resonance & Sound Bath

Elena R. $95/hr
{% else %}
{% if user and user.avatarPath %} {{ user and user.companyName ? user.companyName : 'Company' }} {% else %}
{{ (user and user.companyName ? user.companyName : 'B')|slice(0,1)|upper }}
{% endif %}
Business

{{ user and user.companyName ? user.companyName : 'Business Profile' }}

{{ user and user.city ? user.city : 'Deutschland' }} • Unternehmen

auto_awesome

JI:O+

Premium-Dashboard, Vorteile und Demo-Kennzahlen — volle Seite oeffnen.

Zu JI:O+

Business Daten

Profilvideo

Optional: Kurzvideo fuer dein Profil. Nach dem Upload prueft das Team die Freigabe; bis dahin siehst du im Profil den Hinweis „wird geprueft“.

{% if profileIntroVideo is defined and profileIntroVideo %} {% if profileIntroVideo.moderationStatus == 'pending' %}

Aktuell: Profilvideo wird geprueft.

{% elseif profileIntroVideo.moderationStatus == 'approved' %}

Aktuell: Profilvideo ist freigegeben. Ein neues Video ersetzt das alte und wird erneut geprueft.

{% endif %} {% endif %}
{% endif %}
{% endblock %}