{% extends "_base.html" %}
{% load static %}
{% block styles %}
{{ block.super }}
{% endblock styles %}
{% block page_title %}'assignments'{% endblock page_title %}
{% block page_header %}Assignments{% endblock page_header %}
{% block page_description %}{% endblock page_description %}
{% block title %}{{ block.super }} - Assignments{% endblock %}
{% block breadcrumb %}
{% include "assignments/breadcrumb.html" %}
{% endblock breadcrumb %}
{% block maincontent %}
Planning
Subject name |
Full information |
Suggested date |
Details |
Aaron Aee |
|
26-11-2016 |
|
Benny Bee |
|
27-11-2016 |
|
Charlie Cee |
|
28-11-2016 |
|
Approaching
Subject name |
Full information |
Suggested date |
Suggested time |
Details |
John Dee |
|
21-11-2016 |
10:00 am |
|
Mike Fee |
|
21-11-2016 |
14:00 am |
|
Penny Tee |
|
22-11-2016 |
9:00 am |
|
{% endblock maincontent %}
{% block scripts %}
{{ block.super }}
{% endblock scripts %}