{% extends 'base.html' %} {% load custom_tags_and_filters %} {% load mptt_tags %} {% block title %}View user{% endblock %} {% block content %}

Basic Information

Projects

{% if user.projects %} {% else %}

You do not have any projects.

{% endif %}

Tool Qualifications

{% if user.qualifications.exists %} {% else %}

You are not qualified for any tools.

{% endif %}
{% if user.accessible_access_levels.exists %}

Physical access levels

{% endif %} {% if user.is_any_part_of_staff and user.groups.exists %}

Groups

{% endif %} {% endblock %}