diff --git a/templates/user/profile.html.twig b/templates/user/profile.html.twig
index f0cfeaa..df7dc5c 100644
--- a/templates/user/profile.html.twig
+++ b/templates/user/profile.html.twig
@@ -2,26 +2,50 @@
{% set title = app.user.name %}
+{% block column2 %}
+
Change profile
+ {{ form(form) }}
+{% endblock %}
+
{% block column1 %}
+ Api
-
{% if is_granted('ROLE_ADMIN') %}
-
- Latest release stats
- Branch: {{ release.branch }}
- Date: {{ release.date }}
- Hash short: {{ release.commitHashShort }}
- Hash long: {{ release.commitHashLong }}
- Commit date: {{ release.commitDate }}
+ Latest release stats
+
+
+
+ Property |
+ Value |
+
+
+
+
+ Branch |
+ {{ release.branch }} |
+
+
+ Date |
+ {{ release.date }} |
+
+
+ Hash short |
+ {{ release.commitHashShort }} |
+
+
+ Hash long |
+ {{ release.commitHashLong }} |
+
+
+ Commit date |
+ {{ release.commitDate }} |
+
+
+
{% endif %}
-{% endblock %}
-
-{% block column2 %}
- Change profile
- {{ form(form) }}
{% endblock %}
\ No newline at end of file