{% extends "base.html" %} {% block title %} The {{ s.adjective }} Ma'ayanwich {% endblock %} {% block content %}
{{ s.notes }}
{% endif %} {% load comments %} {% get_comment_count for s as c %} {% ifequal c 1 %}No comments
{% else %}{{ comment.user_name }} said:
{{ comment.comment }}
{% endfor %}