{% extends "certification/specification/hardware.html" %} {% block content-body %}
{% if not rhcert.dialog_order or rhcert.dialog_order == "newest" %}

{% for comment in comments reversed%}
ID {{comment.count}} from {{comment.creator}} {{comment.creation_time}}
{{comment.text}}
{% endfor %} {% else %} {% for comment in comments %}
ID {{comment.count}} from {{comment.creator}} {{comment.creation_time}}
{{comment.text}}
{% endfor %}

{% endif %}
{% endblock content-body %}