Skip to content

Commit

Permalink
Display bikes on departures & arrivals
Browse files Browse the repository at this point in the history
  • Loading branch information
odolbeau committed Jul 15, 2024
1 parent ffcc38c commit edcce21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/admin/event/show_tab/arrivals.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
{% for registration in registrations %}
<li>
<b>{{ registration.user.fullname }}</b> -
{% if registration.neededBike > 0 %}
{{ registration.neededBike }} <i class="fa-solid fa-bicycle"></i> -
{% endif %}
<span class="text-secondary">
<a href="mailto:{{ registration.user.email }}">{{ registration.user.email }}</a> -
<a href="tel:{{ registration.user.phoneNumber|phone_number_format }}">{{ registration.user.phoneNumber|phone_number_format }}</a>
Expand Down

0 comments on commit edcce21

Please sign in to comment.