{% extends "default.html" %} {% block subHeader %}

Comments

{{ sort }} comments {{ 'from all time' if t=='all' else 'in the last' }} {% if t != 'all' %}{{ t }}{% endif %}
{% include "/dropdowns/SubmissionSorts.html" %}
{% endblock %} {% block content %}
{% include "comments.html" %}
{% endblock %}