{% extends "base.html" %} {% block title %}Profile - Tusk{% endblock %} {% block content %} Profile Account Information Username Display Name Email Save Changes Change Password Current Password New Password Minimum 6 characters Confirm New Password Change Password Groups & Permissions Member of {% if profile_groups %} {% for g in profile_groups %} {{ g.name }} {% endfor %} {% else %} No groups assigned {% endif %} Permissions {% if profile_permissions %} {% for p in profile_permissions %} {{ p }} {% endfor %} {% else %} No permissions {% endif %} {% endblock %}
Minimum 6 characters