{% extends 'base.html.twig' %} {% set fullName = (e.firstName ~ ' ' ~ e.lastName)|trim %} {% set b = e.company.brandingConfig %} {% set primary = (b.primaryColor is defined and b.primaryColor matches '/^#[0-9a-fA-F]{6}$/') ? b.primaryColor : '#f58220' %} {% block title %}{{ fullName }} – zur Wallet hinzufügen{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
{% if e.position %}{{ e.position }} · {% endif %}Digitale Visitenkarte zur Wallet hinzufügen
{% if appleEnabled or googleEnabled %}Öffne diesen Link auf deinem Smartphone, um die Karte zu speichern.
{% else %}Wallet-Pässe sind für diesen Anbieter noch nicht aktiviert.
{% endif %} ← zum Profil