add actions and templates folder
This commit is contained in:
parent
8c772864b3
commit
934de3ad61
10 changed files with 792 additions and 0 deletions
9
templates/bazar/fields/user.twig
Normal file
9
templates/bazar/fields/user.twig
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% extends "@bazar/layouts/field.twig" %}
|
||||
|
||||
{% block label %}{{ _t('BAZ_GIVEN_ID') }}{% endblock %}
|
||||
|
||||
{% block value %}
|
||||
{{ value }}
|
||||
{% if isLoggedUser %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue