{% extends "header.html.twig" %} {% block body_content %}

Promocodes

Add New
{% for promocode in promocodes %} {% endfor %}
Code Value Status Valid From Expire On No's of Use No's of Used User Action
{{ promocode.code }} {{ promocode.value }} {{ promocode.status }} {{ promocode.startDate|date('m/d/Y') }} {{ promocode.endDate|date('m/d/Y') }} {{ promocode.numberOfTimeToUseIt }} {{ promocode.numberOfTimeToUsedIt }} {{ promocode.user|title }}
{% endblock body_content %} {% block script_content %} {% endblock script_content %}