+
+ Warning
+ +{{ message }}
+ From b41e394e9c3f3f0628c9abe834dfd45ecd997078 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicol=C3=B2=20P?=
+
ArCOA Digital Archive
Archivi e Collezioni dell'Oriente Antico
Archives and Collections of the Ancient Near East
+ {% for message in app.flashes('warning') %}
+
+ {% endfor %}
+
+
{% endblock %}
diff --git a/templates/profile/index.html.twig b/templates/profile/index.html.twig
index 291ebb1..89eccbc 100644
--- a/templates/profile/index.html.twig
+++ b/templates/profile/index.html.twig
@@ -32,13 +32,46 @@
Administrator
{% elseif 'ROLE_REVISOR' in app.user.roles %}
Revisor
+ {% elseif 'ROLE_EDITOR' in app.user.roles %}
+ Editor
{% else %}
Reader
{% endif %}
-
-
-
@@ -28,5 +39,13 @@