{% extends 'dashboard/layout.html' %} {% load i18n %} {% block body_class %}{{ block.super }} content-blocks{% endblock %} {% block title %} {% trans "Content blocks" %} | {{ block.super }} {% endblock %} {% block header %}
| {% trans "Name" %} | {% trans "Type" %} | {% trans "Number of times used" %} | {% trans "Date created" %} | {% trans "Actions" %} |
|---|---|---|---|---|
| {{ promotion.name }} | {{ promotion.type }} | {{ promotion.num_times_used }} | {{ promotion.date_created }} | |
| {% trans "No content blocks found." %} |