{% extends "madga/studio/base.html" %} {% load i18n madga_studio_tags %} {% block breadcrumbs %}{% trans "Site" %}/{% trans "Homepage" %}{% endblock %} {% block content %}
{% trans "Blocks that appear on the home page, in order. Use the arrows to move them and toggle a block off without deleting it via the switch." %}
{% blocktrans with type=b.block_type %}The block type "{{ type }}" is not registered. Delete it, or restore the type in code.{% endblocktrans %}