diff --git a/templates/admin/application/index.html.twig b/templates/admin/application/index.html.twig
index 5f17543..aea64d1 100644
--- a/templates/admin/application/index.html.twig
+++ b/templates/admin/application/index.html.twig
@@ -70,7 +70,7 @@
aria-label="Bewerber:innen-Info anzeigen"
{{ stimulus_controller('modal-button', [], [], {'ajax-modal': '#ajax-modal'}) }}
{{ stimulus_action('modal-button', 'ajax', 'click', {
- 'title': 'Bewerber:innen-Info',
+ 'title': 'Teeamer-Info ' ~ application.teamer,
'url': path('app_admin_application_info', { 'uuid': application.uuid })
}) }}>
{% if assignment.pickup %}
diff --git a/templates/admin/application/info.html.twig b/templates/admin/application/info.html.twig
index 13cffdf..6487c15 100644
--- a/templates/admin/application/info.html.twig
+++ b/templates/admin/application/info.html.twig
@@ -1,31 +1,44 @@
-
- {{ application.teamer }}
-
-{% include '_partials/_assignment_requirements_info.html.twig' with {
- 'assignment': application.assignment,
- 'teamer': application.teamer
-} %}
-
- {% for type in ['ski', 'snowboard'] %}
- -
-
-
{{ type|license_label }}
- {% set license = application.teamer.licenseOfType(type) %}
- {% if license %}
-
-
{{ license.date|date('m/Y') }}
- {% if is_granted('DOWNLOAD', license.certificate) %}
-
- {{ icon('download', 'w-4 h-4') }}
-
+
+
+ {% include '_partials/_assignment_requirements_info.html.twig' with {
+ 'assignment': application.assignment,
+ 'teamer': application.teamer
+ } %}
+
+ {% for type in ['ski', 'snowboard'] %}
+ -
+
+
{{ type|license_label }}
+ {% set license = application.teamer.licenseOfType(type) %}
+ {% if license %}
+
+ {% else %}
+ {{ icon('minus', 'w-4 h-4') }}
{% endif %}
- {% else %}
- {{ icon('minus', 'w-4 h-4') }}
- {% endif %}
+
+ {% endfor %}
+
+
+
+ {% set teamer = application.teamer %}
+ {% if teamer.photo %}
+
) }})
+ {% else %}
+
+ {{ icon('user', 'w-32 h-32 text-gray-200') }}
-
- {% endfor %}
-
+ {% endif %}
+
+