{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ tunable.title|default:key }}{% if tunable.description %}: {{ tunable.description }}{% endif %}

{% if seeded %}

{% translate "Tags from the catalogue, managed by the code:" %} {{ seeded|join:", " }}

{% endif %}
{% csrf_token %}
{{ form.tags.errors }}
{{ form.tags.label_tag }} {{ form.tags }}
{{ form.tags.help_text }}
{% endblock %}