{% extends "translation_projects/terminology/base.html" %} {% load i18n %} {% block content %}

{% trans "Regenerate Glossary" %}

{% trans "Are you sure you want to regenerate the glossary? Any existing terms and their translations will be deleted." %}

{% csrf_token %}

{% endblock content %}