diff --git a/IAIDSWebsite/profileEditor/templates/profileEditor/profileEvents.html b/IAIDSWebsite/profileEditor/templates/profileEditor/profileEvents.html new file mode 100644 index 0000000..b358c75 --- /dev/null +++ b/IAIDSWebsite/profileEditor/templates/profileEditor/profileEvents.html @@ -0,0 +1,106 @@ +{% extends "main_template.html" %} +{% block headerInclude %} +{% load static %} + + + + + + +{% endblock %} +{% block middleColumn%} + +
+ +
+
+

Jobs Registurred For

+
+
+
+
+ + + + + + + + + + + {% for job in allSignOutJobs %} + + + + + + + {% endfor %} + + + + + + + + + +
idJob TitleDate/TimeReject
{{job.id}}{{job.name}}{{job.startdate}} + {% if job.startdate != job.enddate %} + - {{job.enddate}} + {% endif %} +
+ {{job.starttime}} - {{job.endtime}} +
idJob TitleDate/TimeReject
+
+
+ + +{% endblock %} + +{% block sideBar %} + +{% endblock %} \ No newline at end of file