diff --git a/templates/asuzr/desreport.html b/templates/asuzr/desreport.html
index 1f4ee00..a6a5962 100644
--- a/templates/asuzr/desreport.html
+++ b/templates/asuzr/desreport.html
@@ -1,11 +1,8 @@
-
-
-
-
-
-
-
- Отчет по дизайнерам за {{start_date}} - {{end_date}}
+{% extends "asuzr/base.html" %}
+
+{% block title %}Отчет по дизайнерам за {{start_date}} - {{end_date}}{% endblock %}
+
+{% block page %}
{% if des_list %}
@@ -25,5 +22,4 @@
{% else %}
Список заказов пуст
{% endif %}
-
-
\ No newline at end of file
+{% endblock %}