diff --git a/templates/internal/cases/list-cases.html.twig b/templates/internal/admin/cases/list-cases.html.twig similarity index 81% rename from templates/internal/cases/list-cases.html.twig rename to templates/internal/admin/cases/list-cases.html.twig index 7dabaa9..46e0962 100644 --- a/templates/internal/cases/list-cases.html.twig +++ b/templates/internal/admin/cases/list-cases.html.twig @@ -16,24 +16,24 @@
Case List
{% if is_granted('ROLE_CASE_MANAGER') or is_granted('ROLE_ADMIN') %} -
- -
+
+ +
{% endif %}
{% if is_granted('ROLE_ADMIN') %} -
- Filters: - + - {% for w in workers %} - - {% endfor %} - -
+ {% for w in workers %} + + {% endfor %} + +
{% endif %}
@@ -86,12 +86,12 @@ - + {% endfor %} - - {% endfor %} - -
{% if is_granted('ROLE_CASE_MANAGER') or is_granted('ROLE_ADMIN') %} - - edit - - - badge - + + edit + + + badge + {% endif %} create_new_folder @@ -104,14 +104,14 @@
+ +
+ + - -{% endblock %} + +{% endblock %}