{% extends 'dashboard/base/base.html' %} {% block title %} {{ user.author.author.username }} | Profile {% endblock%} {% block custom_css %} .p_image{ width:100%; height:auto; border-radius:20px; } .btn a{ color:white; } .main_wrapper{ height:100vh; } {% endblock %} {% block body%}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% if user.author.author_image %} {% else %} {% endif %}

@{{ user.author.author.username }}

{{ user.author.first_name }} {{ user.author.last_name }}
{{ user.author.email }}
{% endblock %}