{% extends 'layout.twig' %} {% block title %}Home{% endblock %} {% block content %}
Title | Severity | Due date | Actions | {% for ticket in tickets %}
---|---|---|---|
{{ ticket.title }} | {{ ticket.severity }} | {{ ticket.due_at ? ticket.due_at : 'N/a' }} |
There a no tickets in the database at this time.
{% endif %}