Afficher les patients suggérés et ajouter un sélecteur urgent/non urgent

This commit is contained in:
Boris Waaub
2025-07-04 07:45:33 +00:00
committed by Julien Fastré
parent 06e8264dde
commit 3df4043eb9
24 changed files with 1539 additions and 1121 deletions

View File

@@ -156,3 +156,31 @@ renderbox:
no_current_address: "Sans adresse actuellement"
new_household: "Nouveau ménage"
no_members_yet: "Aucun membre actuellement"
pick_entity:
add: "Ajouter"
modal_title: >-
{count, plural,
one {Indiquer un}
other {Ajouter des}
}
user: >-
{count, plural,
one {Utilisateur}
other {Utilisateurs}
}
user_group: >-
{count, plural,
one {Groupe d'utilisateur}
other {Groupes d'utilisateurs}
}
person: >-
{count, plural,
one {Usager}
other {Usagers}
}
thirdparty: >-
{count, plural,
one {Tiers}
other {Tiers}
}