{% extends 'base.html' %} {% load static %} {% block main_content %} Profile Details {% if not profile.chef %} {% else %} {% endif %} {{ profile.first_name }} {{ profile.last_name }} Nickname: {{ profile.nickname }} {% if profile.bio %} Bio: {{ profile.bio }} {% else %} Bio: N/A {% endif %} Published recipes: {{ total_recipes }} Edit Delete {% endblock %}
Nickname: {{ profile.nickname }}
Bio: {{ profile.bio }}
Bio: N/A
Published recipes: {{ total_recipes }}