{% extends 'simple_bugs/base.html' %} {% block content %}
| Type | Title | Date Created | Open For |
|---|---|---|---|
| {% if case.type == 'BUG' %} {% elif case.type == 'FEATURE_REQUEST' %} {% endif %} | {{ case.title|truncatechars:15 }} | {{ case.created_on }} | {{ case.created_on|timesince }} |