mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
household: improve ux in form to edit a member
This commit is contained in:
parent
eb067fe59b
commit
f2f39d0922
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<h1>{{ block('title') }}</h1>
|
<h1>{{ member.person|chill_entity_render_string }}</h1>
|
||||||
|
<h2 class="mb-5">{{ 'household.Edit his household'|trans }}</h2>
|
||||||
|
|
||||||
{{ form_start(form) }}
|
{{ form_start(form) }}
|
||||||
{{ form_widget(form) }}
|
{{ form_widget(form) }}
|
||||||
|
@ -36,6 +36,7 @@ household:
|
|||||||
is not holder: N'est pas titulaire
|
is not holder: N'est pas titulaire
|
||||||
holder: Titulaire
|
holder: Titulaire
|
||||||
Edit member household: Modifier l'appartenance au ménage
|
Edit member household: Modifier l'appartenance au ménage
|
||||||
|
Edit his household: Modifier son appartenance au ménage
|
||||||
Current household members: Membres actuels
|
Current household members: Membres actuels
|
||||||
Household summary: Résumé du ménage
|
Household summary: Résumé du ménage
|
||||||
Accompanying period: Parcours d'accompagnement
|
Accompanying period: Parcours d'accompagnement
|
||||||
|
Loading…
x
Reference in New Issue
Block a user