show email adresses on notification list

This commit is contained in:
Julien Fastré 2022-04-13 23:16:02 +02:00
parent e7f0cd50c9
commit 2a53fb9341
2 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,11 @@
{{ a|chill_entity_render_string }}
</span>
{% endfor %}
{% for a in c.notification.addressesEmails %}
<span class="badge-user" title="{{ 'notification.Email with access link'|trans|e('html_attr') }}">
{{ a }}
</span>
{% endfor %}
</li>
{% endif %}
</ul>

View File

@ -455,4 +455,5 @@ notification:
Add an email: Ajouter un email
dest by email help: Les adresses email mentionnées ici recevront un lien d'accès. Un compte utilisateur sera toujours nécessaire.
Remove an email: Supprimer l'adresse email
Email with access link: Adresse email ayant reçu un lien d'accès