mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
household address: update twig for household address
This commit is contained in:
parent
14db7265fe
commit
f3a7556bca
@ -6,8 +6,6 @@
|
|||||||
<h1>{{ block('title') }}</h1>
|
<h1>{{ block('title') }}</h1>
|
||||||
<div class="household">
|
<div class="household">
|
||||||
|
|
||||||
<p>Household with id {{ household.id }}</p>
|
|
||||||
|
|
||||||
<div class="household__address">
|
<div class="household__address">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -41,7 +39,6 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{% if address.street is not empty %}
|
{% if address.street is not empty %}
|
||||||
<div class="street">
|
<div class="street">
|
||||||
{{ address.id }}
|
|
||||||
<i class="fa fa-fw fa-map-marker"></i>
|
<i class="fa fa-fw fa-map-marker"></i>
|
||||||
<span class="streetNumber">{{ address.street }}</span>
|
<span class="streetNumber">{{ address.street }}</span>
|
||||||
{% if address.streetNumber is not empty %}
|
{% if address.streetNumber is not empty %}
|
||||||
|
@ -319,4 +319,9 @@ Create Accompanying Course: Créer un nouveau parcours
|
|||||||
Drop Accompanying Course: Supprimer le parcours
|
Drop Accompanying Course: Supprimer le parcours
|
||||||
|
|
||||||
# Household
|
# Household
|
||||||
Move household: Déménagement du ménage
|
Household: Ménage
|
||||||
|
Summary: Résumé
|
||||||
|
Members: Membres
|
||||||
|
Addresses: Adresses
|
||||||
|
Move household: Nouveau déménagement
|
||||||
|
Addresses history for household: Historique des adresses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user