If user type
{% if user.profile.user_type == 'SU' or user.profile.user_type == 'AD' %}
{% endif %}
If owner
{% if profile.user == request.user %}
{% endif %}
If user type with no authorizaztion sign
{% else %}
Access Denied
You are not authorized to see the content of this page
{% endif %}
If user type / not authorized
Access Denied
You are not authorized to see the content of this page
{% else %}
{% endif %}