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

{% trans "Here you can manage the terms in the terminology files." %}

{% for store in stores %} {% endfor %}
{% trans "File" %}
{{ store.nice_name}}
{% else %}

{% trans "Once you upload files, you will be able to add, edit and delete terms." %}

{% endif %} {% endblock content %}