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

    {% trans "Visibility Configuration" %}

    {% blocktrans %}In this section, you can configure the visibility of your models and fields which compose the models. This means, that you can choose which models or fields are going to be published, or which not. This is also a way to manage the security against sensible data, like passwords, telephones, or another type like these.{% endblocktrans %}

    {% for app in apps %} {% empty %} {% endfor %}
    {% trans "Application" %} {% trans "Number of Models" %} {% trans "Configure visibility" %}
    {{ app.0 }} {{ app.1 }} {% trans "Configure visibility" %}
    {% trans "Sorry, there are not applications loaded" %}
    {% endblock %}