{% extends 'layout/page.html' %} {% block head_title %} {% trans %}Keyword editing{% endtrans %} {% endblock %} {% block page_header %} {% trans %}Keyword editing{% endtrans %} {% endblock %} {% block content %}

Existing Keywords

{% trans %}To edit an existing keyword (for spelling or typing errors), click on its entry above.{% endtrans %}

{{ context.submit(html_kwargs={ 'class': 'btn btn-primary' })|u|safe }}
{% endblock %}