{% load i18n %} {{ offer_template.name }} {{ offer_template.slug }} {% if offer_template.url %} {{ offer_template.url }} {% else %} {% endif %} {{ offer_template.last_updated|date:"SHORT_DATE_FORMAT" }} {{ offer_template.created_date|date:"SHORT_DATE_FORMAT" }} {{ offer_template.regions.count }} {% if perms.cms.delete_offertemplate %} {% if offer_template.regions.exists %} {% else %} {% endif %} {% endif %}