{% extends "base.html" %} {% block header %}
{% endblock header %} {% block content %}
{% include 'partials/negotiation-sidebar.html' %}
{% include 'partials/negotiation-panel.html' %}
{% endblock content %}