{% extends 'admin.html' %} {% load thumbnail %} {% block pages_active %} class="active" {% endblock %} {% block content %}
{% if blocks %} {% for block in blocks %} {% endfor %}
Title Link Order
{{ block.image }} {{ block.link }} {{ block.order }}
{% else %}

There are currently no blocks for this page

{% endif %}

Back to Page Admin

{% endblock %}