{% extends "base.html" %} {% block title %}Issue #{{ issue.short_uuid }}{% endblock %} {% block content %}
Reported by {{ issue.reported_by.get_full_name|default:issue.reported_by.username }} on {{ issue.created_at|date:"F j, Y \a\\t g:i A" }}
{{ issue.description|linebreaks }}