{% extends 'uhepp_vault/base.html' %} {% block content %}
Visibility: {% if user.profile.visibility >= 30 %} public {% elif user.profile.visibility >= 20 %} internal {% elif user.profile.visibility >= 10 %} private) {% endif %}
{% if user.username == request.user.username %} {% endif %}Home institute: {{ user.profile.home_institute }}
{{ user.first_name }} has no collections shared with you
{% endif %} {% endblock %}