{% extends "easydata/index.html" %} {% load url from future %} {% load i18n %} {% block menu-superior %}
{% blocktrans with nombre_name=form.instance.namespace %}You are going to edit the existing {{ nombre_name }} namespace. You can edit the namespace's name and short_name and if you want to update the namespace specification, you can provide a file with the namespace specification to add the new entities and properties and construct the new existing relations.{% endblocktrans %}
{% endblock %}