{% extends 'base.html' %} {% load static %} {% block page_content %}

Author's Profile Details

{% if author.image_url %} profile img {% else %} profile img {% endif %}

{{ author.first_name }} {{ author.last_name }}

Published Posts: {{ post_count }}

Pets Number: {{ author.pets_number }}

{% if author.info %}

{{ author.info }}

{% endif %}

-------------------------------

Last Updated Post: {% if post_count %} {{ latest_post.title }} {% else %} N/A {% endif %}

{% endblock %}