diff --git a/core/templates/core/user_tools.jinja b/core/templates/core/user_tools.jinja index 27b77cc6..e4bb6a96 100644 --- a/core/templates/core/user_tools.jinja +++ b/core/templates/core/user_tools.jinja @@ -34,82 +34,99 @@ {% endif %} -
-

{% trans %}Counters{% endtrans %}

- +
+ {% endif %} + {% if user.is_in_group(settings.SITH_GROUP_SAS_ADMIN_ID) or user.is_in_group(settings.SITH_GROUP_COM_ADMIN_ID) or user.is_root %}

{% trans %}Communication{% endtrans %}

@@ -142,7 +159,7 @@
  • {% trans %}See available elections{% endtrans %}
  • {% trans %}See archived elections{% endtrans %}
  • {%- if user.is_subscribed -%} -
  • {% trans %}Create a new election{% endtrans %}
  • +
  • {% trans %}Create a new election{% endtrans %}
  • {%- endif -%}