Добавлена Производственная таблица

This commit is contained in:
Anastasia
2015-06-07 15:05:08 +05:00
parent ea5270b295
commit 1882545308
11 changed files with 109 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
{% extends "asuzr/base.html" %}
{% block title %} Производственная таблица {% endblock %}
{% block page %}
<table WIDTH="100%">
<TR VALIGN=top>
<TD WIDTH="50%">{% include 'asuzr/production_table.html' %}</TD>
<TD WIDTH="5%"></TD>
<TD WIDTH="45%">{% include 'asuzr/cost_items.html' %}</TD>
</TR>
</table>
{% endblock %}