diff --git a/templates/internal/cases/list-cases.html.twig b/templates/internal/cases/list-cases.html.twig index 5428b2c..7dabaa9 100644 --- a/templates/internal/cases/list-cases.html.twig +++ b/templates/internal/cases/list-cases.html.twig @@ -15,12 +15,15 @@
Case List
+ {% if is_granted('ROLE_CASE_MANAGER') or is_granted('ROLE_ADMIN') %}
+ {% endif %}
+ {% if is_granted('ROLE_ADMIN') %}
Filters:
+ {% endif %}
@@ -81,12 +85,14 @@

+ {% if is_granted('ROLE_CASE_MANAGER') or is_granted('ROLE_ADMIN') %} edit badge + {% endif %} create_new_folder