{% load bootstrap %} {% load staticfiles %}
{% if lang == 'hr'%}
Promjena informacija za: {{ user.username }}
{% else %}
Edit user information: {{ user.username }}
{% endif %}
{% if lang == 'hr'%}
Pripada grupi {{ groups.first }} s ulogom {{ role }}
{% else %}
Belongs to group {{ groups.first }} with role {{ role }}
{% endif %}