From 2ec0d7b9f5c1354977b821c6b06c24a3ffa13142 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Thu, 26 Oct 2023 10:33:28 +0300 Subject: Removing project content and adding a note that the development continues in GitHub Change-Id: I25c58a679dbf92b2367d826429b7cda936bf9f0e Signed-off-by: Gergely Csatari --- src/templates/base/notifier/end_booking.html | 134 --------------------------- 1 file changed, 134 deletions(-) delete mode 100644 src/templates/base/notifier/end_booking.html (limited to 'src/templates/base/notifier/end_booking.html') diff --git a/src/templates/base/notifier/end_booking.html b/src/templates/base/notifier/end_booking.html deleted file mode 100644 index 22fbd58..0000000 --- a/src/templates/base/notifier/end_booking.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - -
- {% if owner %} -

Your Booking Has Expired.

-

Your booking has ended and the machines have been cleaned up.

-

Thank you for working on {{booking.lab.project}}, and feel free to book more machines if you need them.

- {% else %} -

A Booking That You Collaborated on Has Expired.

-

The booking owned by {{booking.owner.username}} that you worked on has ended.

-

Thank you for contributing to {{booking.lab.project}}.

- {% endif %} -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% for user in booking.collaborators.all %} - - - - - {% empty %} - - - - - {% endfor %} -
Booking Information:
Owner:{{booking.owner.username}}
id:{{booking.id}}
lab:{{booking.resource.template.lab.lab_user.username}}
resource:{{booking.resource.template.name}}
start:{{booking.start}}
end:{{booking.end}}
purpose:{{booking.purpose}}
collaborator{% booking.collaborators.all.count|pluralize:"s" %}:
{{user.username}}
No collaborators
- -
- - -- cgit 1.2.3-korg