main: add civility to User

This commit is contained in:
nobohan
2022-05-16 11:28:37 +02:00
parent 9dd463882c
commit 380c55698c
6 changed files with 81 additions and 5 deletions

View File

@@ -11,6 +11,11 @@
<div class="item-bloc">
<div class="item-row">
<div class="item-col">
{% if entity.civility is not null %}
{% if entity.civility.name|length > 0 %}
{{ entity.civility.name|first }}
{% endif %}
{% endif %}
{{ entity.label }}
{% if entity.isEnabled %}
<i class="fa fa-check chill-green"></i>