{% extends "library_management/base.html" %} {% load custom_filters %} {% block title %}Author Detail{% endblock %} {% block content %}

{{ author.full_name }}

Birth Date: {{ author.birth_date }}

{{ author.biography }}

Tags

Books

Back to list Edit Author {% endblock %}