7 lines
116 B
Smarty
7 lines
116 B
Smarty
{% if is_allowed_to_edit %}
|
|
{% if form is defined %}
|
|
{{ form }}
|
|
{% endif %}
|
|
{% endif %}
|
|
{{ table }}
|