{% extends "base.html" %} {% block title %}Issue #{{ issue.id }}{% endblock %} {% block content %}
{{ issue.description }}
{% if issue.photo_path %}{{ issue.result_notes }}
{% endif %} {% if issue.result_photos %} {% endif %} {% endif %}{{ c.body }}