{% extends 'freight/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block details %}
{% include "freight/partials/contract_table.html" with tab_name="tab_active_contracts" %}
{% include "freight/partials/contract_table.html" with tab_name="tab_all_contracts" %}
{% include "freight/partials/contracts_legend.html" %} {% endblock %} {% block extra_javascript %} {% include "freight/partials/contracts_js_includes.html" %} {% include "freight/partials/global_js.html" %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock %} {% block extra_script %} {% endblock %}