{{ object.title }}
{% if user.is_authenticated %} {% endif %} {% if object.author == object.updated_by %}Written by {{ object.author }}
{% else %}Originally written by {{ object.author }} and updated by {{ object.updated_by|default:'Anonymous' }}
{% endif %}