parent
91b46e26ed
commit
60962c4de9
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.add(form, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.add(form, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.edit(form, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.add(form, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.edit(form, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.add(form, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.edit(form, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.list(items, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.read(item, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.add(form, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.edit(form, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.list(items, links) }} |
||||
{% endblock %} |
||||
|
@ -1,5 +1,5 @@ |
||||
{% extends app.template_style ~ "/layout/layout_1_col.tpl" %} |
||||
{% block content %} |
||||
{% import app.template_style ~ "/default_actions/settings.tpl" as actions %} |
||||
{% import app.template_style ~ "/crud_macros/simple_crud.tpl" as actions %} |
||||
{{ actions.read(item, links) }} |
||||
{% endblock %} |
||||
|
Loading…
Reference in new issue