{% extends 'base.html' %} {% block title %}Profile{% endblock title %} {% block content %}
Profile
First name
{{ user.first_name }}
Last name
{{ user.last_name}}
Email
{{ user.username }}
Role
{{ }}
{% if perms.risk.change_project and object.is_active %} {% endif %} {% if perms.risk.delete_project and object.is_active %} {% endif %}