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%} + +
id | +Job Title | +Date/Time | +Reject | +
---|---|---|---|
{{job.id}} | +{{job.name}} | +{{job.startdate}}
+ {% if job.startdate != job.enddate %}
+ - {{job.enddate}}
+ {% endif %}
+ + {{job.starttime}} - {{job.endtime}} + |
+ + |
id | +Job Title | +Date/Time | +Reject | +