{% macro display(duty) %}

Janitor Duty

Please rate these comments. You must choose a rating for each one. If you're undecided, just trust your gut!

Here's a link to the full rules if you need a reference. Open this in a new tab; you may not be able to return to this page otherwise.


{% for c in duty.comments() %}
{% with comments=[c] %} {% set should_hide_username = true %} {% set render_ctx = 'volunteer' %} {% include "comments.html" %} {% endwith %}

{% endfor %}
{% endmacro %}