{% comment %}
Comments on a speaker plus the box to add one. Re-rendered on its own by SpeakerCommentView
and SpeakerCommentDeleteView, so it has to stand alone.
{% endcomment %}
{% comment %}Mirrors SpeakerComment.can_be_deleted_by, which is what actually enforces this.{% endcomment %}
{% if request.user == comment.user or request.user.is_superuser %}
{% endif %}