{% extends 'comments/_comment_identifier.html' %}
{% comment %}
Be careful using this template!!!
It overwrites the anonymity of the writer!
{% endcomment %}
{% block comment_author %}
{{comment.author.user.first_name}} {{comment.author.user.last_name}}
{% endblock comment_author %}