{% extends "admin.html" %} {% block content %}
{% if homepage_blocks %} {% for block in homepage_blocks %} {% endfor %}
Name Link Sidebar Type
{{ block.name }} {{ block.link }} {{ block.sidebar|yesno|title }} {{ block.get_block_type_display }} {% if block.get_block_type_display == 'Banner' %} {% endif %}
{% else %}

There are no Blocks

{% endif %}
{% endblock %}