{% extends "manage/manage_base.html" %} {% load i18n %} {% block left_slot %}
{{ navigation }}
{% endblock %} {% block content %}

{% trans 'Add discount' %}

{% include "manage/lfs_form.html" %}
{% if request.META.HTTP_REFERER %} {% endif %}
{% endblock %}