|
@@ -1,3 +1,7 @@
|
|
|
|
|
+{% extends "asuzr/base.html" %}
|
|
|
|
|
+
|
|
|
|
|
+{% block title %}Таблица посещаемости{% endblock %}
|
|
|
|
|
+{% block page %}
|
|
|
<table WIDTH="100%">
|
|
<table WIDTH="100%">
|
|
|
<TR VALIGN=top>
|
|
<TR VALIGN=top>
|
|
|
<TD WIDTH="40%">{% include 'asuzr/attendance.html' %}</TD>
|
|
<TD WIDTH="40%">{% include 'asuzr/attendance.html' %}</TD>
|
|
@@ -5,4 +9,5 @@
|
|
|
<TD WIDTH="55%">{% include 'asuzr/orders_detail.html' %}</TD>
|
|
<TD WIDTH="55%">{% include 'asuzr/orders_detail.html' %}</TD>
|
|
|
</TR>
|
|
</TR>
|
|
|
</table>
|
|
</table>
|
|
|
-{% include 'asuzr/plan_balance.html' %}
|
|
|
|
|
|
|
+{% include 'asuzr/plan_balance.html' %}
|
|
|
|
|
+{% endblock %}
|