{% 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 %}
{{ e.company.name }}

{{ fullName }}

{% if e.position %}{{ e.position }} · {% endif %}Digitale Visitenkarte zur Wallet hinzufügen

{% if appleEnabled or googleEnabled %}
{% if appleEnabled %} Zu Apple Wallet {% endif %} {% if googleEnabled %} 🅖 Zu Google Wallet {% endif %}

Ö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
{% endblock %}