{% load jira_filters %}

Resource: {{ booking.resource.name }}

User: {{ booking.user.username }}

Start: {{ booking.start }}

End: {{ booking.end }}

Purpose: {{ booking.purpose }}

Operating System: {{ booking.opsys }}

Installer: {{ booking.installer }}

Scenario: {{ booking.scenario }}

{% if user.is_authenticated %} {% if user.get_username == booking.user.username %}

Edit Booking

{% endif %} {% endif %}