{% extends "base.html" %} {% load i18n %} {% block page_title %}

{% trans "Konfiguration" %}

{% endblock %} {% block content %} {% include "juntagrico/config/snippets/products.html" %} {% include "juntagrico/config/snippets/categories.html" %} {% include "juntagrico/config/snippets/bundles.html" %} {% endblock %}