{% extends 'dashboard/layout.html' %} {% load currency_filters %} {% block body_class %}content-blocks{% endblock %} {% block header %} {% endblock header %} {% block title %} Pages with content blocks | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block dashboard_content %}

View by page

View all content blocks View content blocks by page

Pages with content blocks on them

{% if pages %} {% for page in pages %} {% endfor %}
URL Number of content blocks Actions
{{ page.page_url }} {{ page.freq }} Edit
{% else %}

No content blocks found.

{% endif %} {% endblock dashboard_content %}