{% extends "core/base.html" %} {% load humanize %} {% block content %}
{{ issue.description }}
{{ issue.location }}
{{ issue.get_status_display }}{{ comment.content }}
{{ reply.content }}
No comments yet. Be the first!
{% endfor %} {% if user.is_authenticated %} {% else %}Login to comment.
{% endif %}