{% load otree static %}
{% block styles %}
{% include '_templates/styles/market_page.html' %}
{% endblock %}
{% block content %}
{% include '_templates/includes/information_box.html' %}
{% include '_templates/includes/private_offers_worker.html' %}
{% include '_templates/includes/private_offers_employer.html' %}
{% include '_templates/includes/trading_mask_employer.html' %}
{% include '_templates/includes/trading_mask_worker.html' %}
{% include '_templates/includes/public_offers_table.html' %}
{% include '_templates/includes/next_button_hidden.html' %}
{% endblock %}
{% block scripts %}
{% endblock %}