mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
rdv: translations + layout (twig)
This commit is contained in:
parent
95b50f2b99
commit
dc3c8a4032
@ -26,15 +26,21 @@
|
|||||||
<div class="item-col">
|
<div class="item-col">
|
||||||
|
|
||||||
{% if calendar.startDate %}
|
{% if calendar.startDate %}
|
||||||
<h3>{{ calendar.startDate|format_date('long') }} </h3>
|
<h3>{{ calendar.startDate|format_datetime('long') }} </h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if calendar.endDate %}
|
{% if calendar.endDate %}
|
||||||
<h3>{{ calendar.endDate|format_date('long') }}</h3>
|
<h3>{{ calendar.endDate|format_datetime('long') }}</h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h3>{{ calendar.endDate.diff(calendar.startDate)|date("%Y%m%d%h") }}</h3>
|
|
||||||
|
<div class="duration">
|
||||||
|
<p>
|
||||||
|
<i class="fa fa-fw fa-hourglass-end"></i>
|
||||||
|
{{ calendar.endDate.diff(calendar.startDate)|date("%H:%M")}}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% if context == 'user' and calendar.accompanyingPeriod is not empty %}
|
{% if context == 'user' and calendar.accompanyingPeriod is not empty %}
|
||||||
<div class="accompanyingPeriodLink" style="margin-top: 1rem">
|
<div class="accompanyingPeriodLink" style="margin-top: 1rem">
|
||||||
<a
|
<a
|
||||||
|
@ -7,6 +7,7 @@ Concerned groups: Parties concernées
|
|||||||
Calendar data: Données du rendez-vous
|
Calendar data: Données du rendez-vous
|
||||||
Update calendar: Modifier le rendez-vous
|
Update calendar: Modifier le rendez-vous
|
||||||
main user concerned: Utilisateur principal
|
main user concerned: Utilisateur principal
|
||||||
|
Main user: Utilisateur principal
|
||||||
Calendar item creation: Création du rendez-vous
|
Calendar item creation: Création du rendez-vous
|
||||||
start date: début du rendez-vous
|
start date: début du rendez-vous
|
||||||
end date: fin du rendez-vous
|
end date: fin du rendez-vous
|
||||||
@ -14,4 +15,6 @@ cancel reason: motif d'annulation
|
|||||||
status: Statut du rendez-vous
|
status: Statut du rendez-vous
|
||||||
calendar comment: Remarque sur le rendez-vous
|
calendar comment: Remarque sur le rendez-vous
|
||||||
sendSMS: Envoi d'un SMS
|
sendSMS: Envoi d'un SMS
|
||||||
|
Send s m s: Envoi d'un SMS ?
|
||||||
|
Cancel reason: Motif d'annulation
|
||||||
|
Add a new calendar: Ajouter un nouveau rendez-vous
|
||||||
|
Loading…
x
Reference in New Issue
Block a user