{% extends "madga/studio/base.html" %} {% load i18n madga_studio_tags %} {% block breadcrumbs %}{% trans "Site" %}/{% trans "Navigation" %}{% endblock %} {% block content %}

{% trans "Navigation" %}

{% trans "Header menu items. Drag the handle to reorder." %}

{# Header items ----------------------------------------------------- #}

{% trans "Header" %}

{% for item in items %} {% if item.location != 'footer' %}
{% studio_icon "more-v" size=14 stroke=2 %}{% studio_icon "more-v" size=14 stroke=2 %}
{% csrf_token %}
{% csrf_token %}
{% endif %} {% empty %}

{% trans "No items yet. Add the first one below." %}

{% endfor %}
{% csrf_token %}
{# Footer columns ---------------------------------------------------- #}

{% trans "Footer" %}

{% trans "Each footer column is an item with sub-items. Create the column first; then add links to it." %}

{% for col in footer_columns %} {% empty %}

{% trans "No columns yet." %}

{% endfor %}
{% csrf_token %}
{% endblock %}