{% extends 'bootstrap4_nav/base.html' %} {% load bootstrap4 %} {% block contents %}
{% if profile_user.is_anonymous %}

Guest

Reset Password Login {% else %}

{{ profile.user.get_full_name }}

{{ profile.user.email }}

{% if profile_user == request.user %} Change Password Logout {% endif %} {% endif %}
{% endblock %}