{% extends 'oscar/dashboard/vouchers/voucher_form.html' %} {% load currency_filters %} {% load i18n %} {% block dashboard_content %}
{% url 'dashboard:condition-list' as condition_list_url %} {% blocktrans %} Conditions can be created and edited from within the condition dashboard. {% endblocktrans %}
{% url 'dashboard:benefit-list' as benefit_list_url %} {% blocktrans %} Incentives can be created and edited from within the benefit dashboard. {% endblocktrans %}
{% url 'dashboard:offergroup-list' as offergroup_list_url %} {% blocktrans %} Offer groups can be created and edited from within the offer group dashboard. {% endblocktrans %}
{% blocktrans with voucher.children.count as count %}All changes will apply to this voucher and its {{ count }} child codes.{% endblocktrans %}
{% blocktrans %}This voucher has no children.{% endblocktrans %}