{% extends "base.html" %} {% block title %}Profile - Tusk{% endblock %} {% block content %}

Profile

Account Information

Change Password

Minimum 6 characters

Groups & Permissions

{% if profile_groups %} {% for g in profile_groups %} {{ g.name }} {% endfor %} {% else %} No groups assigned {% endif %}
{% if profile_permissions %} {% for p in profile_permissions %} {{ p }} {% endfor %} {% else %} No permissions {% endif %}
{% endblock %}