{% extends "common/base.html" %}{% load i18n %}{% load jsplugins %} {% block title %}{% trans "Delivery agreement" %}{% endblock %} {% block breadcrumbs %} home_ico / {% trans "References" %} / {% trans "Agreement" %}{% endblock %} {% load static %} {% load docsf %} {% block jqueryui %} {% jsplugins 'noty' %} {% jsplugins 'angular' %} {% jsplugins 'ui-grid' %} {% endblock %} {% block submenu %} {% if rw_dict %}
{% trans 'Add' %}
{% endif %} {% endblock %} {% block content %} {% include 'common/messages.html' with request=request %}
{% if not_show_form %} {% trans 'Back' %}{% endif %}
{% endblock %}