{% block sidebar %}
{% include "includes/sidebar.html" %}
{% endblock %}
{% block content %}
{% endblock %}
Clearly delineate blocks so you can see where everything is
Are you sure that in the context of a transaction, creating an order should skip sessions that do not exist? Then this order will not be complete.
In this case, it will be normal if the transactio...