{% load crispy_forms_tags %} {% load automarkup %} {% for comment in nomination.comments.all %} {{ comment.by }} on {{ comment.on }} {% automarkup comment.text %} {% empty %}
No comments have been received.