{% load static %} Todo
{% block content %} {% if user.is_authenticated %}
{% include 'includes/month.html' %} {% include 'includes/order_monitoring.html' %}
{% endif %} {% endblock content %}