forked from Ruderverein-Donau-Linz/rowt
format
This commit is contained in:
parent
6362fed909
commit
8777ccb341
@ -32,11 +32,11 @@
|
|||||||
{{ macros::inputgroup(label='Spitzname', name='nickname', type="text", value=user.nickname, readonly=not allowed_to_edit) }}
|
{{ macros::inputgroup(label='Spitzname', name='nickname', type="text", value=user.nickname, readonly=not allowed_to_edit) }}
|
||||||
</form>
|
</form>
|
||||||
<form action="/admin/user/{{ user.id }}/change-financial" method="post">
|
<form action="/admin/user/{{ user.id }}/change-financial" method="post">
|
||||||
{% if user_financial %}
|
{% if user_financial %}
|
||||||
{{ macros::selectgroup(label="Finanzielles", data=financial, selected_id=user_financial.id, name='financial_id', display=['name'], default="Keine Ermäßigung", readonly=not allowed_to_edit) }}
|
{{ macros::selectgroup(label="Finanzielles", data=financial, selected_id=user_financial.id, name='financial_id', display=['name'], default="Keine Ermäßigung", readonly=not allowed_to_edit) }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ macros::selectgroup(label="Finanzielles", data=financial, name='financial_id', display=['name'], default="Keine Ermäßigung", readonly=not allowed_to_edit) }}
|
{{ macros::selectgroup(label="Finanzielles", data=financial, name='financial_id', display=['name'], default="Keine Ermäßigung", readonly=not allowed_to_edit) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
{% if allowed_to_edit %}
|
{% if allowed_to_edit %}
|
||||||
<form action="/admin/user/{{ user.id }}/new-note" method="post">
|
<form action="/admin/user/{{ user.id }}/new-note" method="post">
|
||||||
@ -87,11 +87,10 @@
|
|||||||
{{ macros::inputgroup(label='Adresse', name='address', type="text", value=user.address, readonly=not allowed_to_edit) }}
|
{{ macros::inputgroup(label='Adresse', name='address', type="text", value=user.address, readonly=not allowed_to_edit) }}
|
||||||
</form>
|
</form>
|
||||||
<form action="/admin/user/{{ user.id }}/change-skill" method="post">
|
<form action="/admin/user/{{ user.id }}/change-skill" method="post">
|
||||||
{% if user_skill %}
|
{% if user_skill %}
|
||||||
{{ macros::selectgroup(label="Steuererlaubnis", data=skill, selected_id=user_skill.id, name='skill_id', display=['name'], default="Keine Steuerberechtigung", readonly=not allowed_to_edit) }}
|
{{ macros::selectgroup(label="Steuererlaubnis", data=skill, selected_id=user_skill.id, name='skill_id', display=['name'], default="Keine Steuerberechtigung", readonly=not allowed_to_edit) }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ macros::selectgroup(label="Steuererlaubnis", data=skill, name='skill_id', display=['name'], default="Keine Steuerberechtigung", readonly=not allowed_to_edit) }}
|
{{ macros::selectgroup(label="Steuererlaubnis", data=skill, name='skill_id', display=['name'], default="Keine Steuerberechtigung", readonly=not allowed_to_edit) }}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
<form action="/admin/user/{{ user.id }}/change-family" method="post">
|
<form action="/admin/user/{{ user.id }}/change-family" method="post">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user