{{ tunable.title|default:key }}{% if tunable.description %}: {{ tunable.description }}{% endif %}
{% if seeded %}{% translate "Tags from the catalogue, managed by the code:" %} {{ seeded|join:", " }}
{% endif %}{% 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 %}