{% extends "easydata/index.html" %} {% load url from future %} {% load i18n %} {% block menu-superior %}
  • {% trans "Home" %}
  • {% trans "Namespace" %}
  • {% trans "Visibility" %}
  • {% endblock %} {% block contenido-plantilla %}

    {% trans "List of Namespaces" %}

    {% blocktrans %}Below you can see a full list with all your namespaces loaded into the application. In this section, you can add, edit or delete the namespaces. To add a new namespace, you have to provide the name, short name, and a file in the allowed formats with the specifications of the namespace. On the other hand, if you want to edit a namespace, you can change the name or short name, and optionaly update the namespace specification, providing a file with updated specification. Be careful before delete a namespace, because if you delete a namespace, all the configurations made using that namespace will be deleted and the changes can't be undone.{% endblocktrans %}

    {% for name in datos %} {% empty %} {% endfor %}
    {% trans "Namespace Name" %} {% trans "Edit Namespace" %} {% trans "Delete Namespace" %}
    {{name.namespace}} {% trans "Edit Namespace" %} {% trans "Delete Namespace" %}
    {% trans "Sorry, there are not nampesaces loaded" %}
    {% trans "New Namespace" %}
    {% endblock %}