{% extends 'layout.html' %}
{% load humanize %}
{% block content %}
Added: {{ author.created_date | naturaltime }} Updated: {{ author.updated_date | naturaltime }} Last edited by: {{ author.last_edited_by.display_name }}
Edit "{{ author.name }}"
{{ form.non_field_errors }}