{% extends 'dashboard/layout.html' %} {% load url from future %} {% load currency_filters %} {% load i18n %} {% block body_class %}create-page{% endblock %} {% block title %} {% if offer.pk %} {{ offer.name }}: {% else %} {% trans "Create new offer" %}: {% endif %} {{ title }} | {% trans "Offer management" %} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block headertext %} {% if not offer.pk %} {% trans "Create new offer" %} {% else %} {{ offer.name }} {% endif %} {% endblock %} {% block dashboard_content %}