{% if recent_cases %}
| Case | Created | Authors |
|---|---|---|
|
{{ case.title }}
#{{ case.pk }}
|
{{ case.created_date|date:"Y-m-d H:i" }} | {% for author in case.author.all %} {{ author.username }} {% empty %} None {% endfor %} |