{% extends "translation_projects/terminology/base.html" %} {% load i18n locale %} {% block content %} {% if stores %}
{% trans "Here you can manage the terms in the terminology files." %}
{% trans "File" %} |
---|
{{ store.nice_name}} |
{% trans "Once you upload files, you will be able to add, edit and delete terms." %}
{% endif %} {% endblock content %}