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