{% extends "base.html" %} {% block title %}Gnomenall Forte | Editor{% endblock %} {% block content %} {{ t('editor.title') }} {{ t('editor.subtitle') }} {% if item %} {{ t('editor.fields.title') }} {{ t('editor.fields.description') }} {{ item.description or '' }} {{ t('editor.fields.magnet') }} {{ t('editor.fields.publisher') }} {{ t('editor.fields.cover') }} {{ t('editor.fields.info') }} {{ item.info or '' }} {{ t('editor.actions.save') }} {{ t('editor.actions.back') }} {% else %} {{ t('editor.empty') }} {% endif %} {% endblock %} {% block scripts %} {% endblock %}
{{ t('editor.subtitle') }}