{% extends "vendorpromo/base.html" %} {% load i18n %} {% block vendor_content %}
{% trans 'Name' %} | {% trans 'Description' %} | {% trans 'Type' %} | {% trans 'End Date' %} | {% trans 'Affiliate' %} | {% trans 'Site' %} | ||
---|---|---|---|---|---|---|---|
{{ item.name }} | {{ item.description|slice:20 }} | {% if item.is_percentage_off %} {% trans 'Percentage' %} {% else %} {% trans 'Fixed Amount' %} {% endif %} | {{ item.end_date }} | {{ item.affiliate|default:"-" }} | {{ item.site }} | {% trans 'Edit' %} | |
{% trans 'No Promotional Campaigns' %} |