{% if aggregate %}
Recent Activity: {{ today|date }} {% if comments.comments|length < 1 %} (
0
) {% endif %}
{{ yesterday|date }}
{{ tomorrow|date }}
{% else %}
Comments (
{{comments.comments|length}}
)
{% endif %} {% if subscription %}
{% else %}
{% endif %}
{% for comment in comments.comments %} {% include "comments_row_widget.html" %} {% endfor %}
{% if aggregate %} Recent Activity: {{ today|date }} {% if comments.comments|length < 1 %} (0) {% endif %} {{ yesterday|date }} {{ tomorrow|date }} {% else %} Comments ({{comments.comments|length}}) {% endif %} {% if subscription %}