• {{ user_info.username }}

      {% if base.lang == 'hr' %} Korisnik: {{ user_info.username }} {% else %} User: {{ user_info.username }} {% endif %}

      {% for user_group in user_info.user_groups %} {% if base.lang == 'hr' %} Organizacija: {{ user_group }} {% else %} Organization: {{ user_group }} {% endif %} {% endfor %}

      {{ user_info.first_name }} {{ user_info.last_name }}
      {{ user_info.role }}
      {{ user_info.email }}
      {{ user_info.last_login }}

  • 0
  • {{ notifications.all|length }}
      {% for notification in notifications.all %}
    • {{ notification.title }}

      {{ notification.text| safe }}

    • {% endfor %}
  • {% if user_info.is_group_admin == 1 or user_info.is_superuser == 1 %}
  • {% endif %} {% if user_info.is_admin == 1 or user_info.is_superuser == 1 %}
    • {% if base.lang == 'hr' %} Objavi obavjest {% else %} Add notification {% endif %}
    • {% if base.lang == 'hr' %} Dodaj ureÄ‘aj {% else %} Add device {% endif %}
  • {% endif %}