{% extends "base.html" %} {% block title %} » Site Snags » {{snag.id}} {% endblock %} {% block nav %} Site Snags » {{snag.id}} [edit] {% endblock %} {% block content %}
Date Created | {{snag.date_created|hh_format}} |
---|---|
Ignored? | {% if snag.is_ignored %} Ignored {% else %} Not ignored {% endif %} |
Description | {{snag.description}} |
Site | {{snag.site.code}} |
Start Date | {{snag.start_date|hh_format}} |
Finish Date | {{snag.finish_date|hh_format}} |