{% extends 'base.html.twig' %} {% set fullName = (e.firstName ~ ' ' ~ e.lastName)|trim %} {% set reseller = e.company.reseller %} {# Firmenspezifisches Branding – defensiv validiert #} {% set b = e.company.brandingConfig %} {% set primary = (b.primaryColor is defined and b.primaryColor matches '/^#[0-9a-fA-F]{6}$/') ? b.primaryColor : null %} {% set primaryDark = (b.primaryDark is defined and b.primaryDark matches '/^#[0-9a-fA-F]{6}$/') ? b.primaryDark : primary %} {% set logo = (b.logoUrl is defined and (b.logoUrl starts with 'https://' or b.logoUrl starts with '/')) ? b.logoUrl : null %} {% block title %}{{ fullName }} – {{ e.company.name }}{% endblock %} {% block meta %} {% endblock %} {% block stylesheets %} {% if primary %} {% endif %} {% endblock %} {% block body %}
{{ e.bio }}
QR-Code scannen, um dieses Profil zu öffnen