{% extends "eats/admin/base.html" %} {% block eats_content %}

EATS Administration Panel

{% if tm_create_status %}
{% if tm_create_status == 'created' %}

The EATS topic map has been successfully created.

{% endif %} {% if tm_create_status == 'exists' %}

The EATS topic map already exists.

{% endif %} {% if tm_create_status == 'failed' %}

The EATS topic map could not be created.

{% endif %}
{% endif %} {% if tm_status %} {% if tm_status == 'no_setting' %}

In order to begin using EATS, you must set a value for EATS_TOPIC_MAP in settings.py and refresh this page.

{% endif %} {% if tm_status == 'no_tm' %}

In order to begin using EATS, you must create a database, using the following button.

{% csrf_token %}
{% endif %} {% endif %} {% if has_tm %}
Authorities Add Change
Entity types Add Change
Name types Add Change
Name part types Add Change
Languages Add Change
Scripts Add Change
Entity relationship types Add Change
Calendars Add Change
Date periods Add Change
Date types Add Change
Users Add Change
{% endif %} {% endblock eats_content %}