yeswiki-custom-reseau.s-mar.../templates/bazar/fields/user.twig
2023-12-21 19:34:13 +03:00

9 lines
191 B
Twig

{% extends "@bazar/layouts/field.twig" %}
{% block label %}{{ _t('BAZ_GIVEN_ID') }}{% endblock %}
{% block value %}
{{ value }}
{% if isLoggedUser %}
{% endif %}
{% endblock %}