{% extends 'ndr_core/admin_views/base.html' %} {% load static %} {% load render_table from django_tables2 %} {% block content %}
Card image cap
NDR Core Administration

Welcome to the NDR Core administration interface.

{% if not ndr_inizialized %} It seems as if you have not initialized your NDR application. You can initialize it by pressing the button below. {% else %} {% if not ndr_registered %} Your NDR application is not registered! Add it to you INSTALLED_APPS setting. {% else %} {% if not ndr_in_urls %} Your NDR application is not registered in urls.py! Add it to you urls.py setting. {% else %} Your NDR application seems to be set up and running! {% endif %} {% endif %} {% endif %}

Card image cap
Configure Your API

NDR Core provides a fronted for your data. In order to use the search functions, you need to define the API the data is served with and define how your results will be styled by NDR Core.

You have {{ numbers.api }} API configurations in your installation.

Card image cap
Configure Your Search

With a configured API you can create search forms to provide access to your data.

You have {{ numbers.search }} search configurations in your installation.

Card image cap
Create or Edit Pages

Your web site consists of a number of pages. You can create pages of various types to display static content, search or contact forms and more.

You have {{ numbers.page }} pages in your installation.

Card image cap
Check Your Inbox

Youn can forward your messages or view them here

You have {{ numbers.messages }} new messages.

Card image cap
Corrections

This feature is not implemented yet.

Card image cap
Sample Data

You can provide sample data to test the rendering of your search results.

Card image cap
Images

Manage Images in Your installation.

Card image cap
Change Look & Feel and Colors

You can choose from pre-installed UI Styles and color schemes.

Selected UI Style is: {{ ui_style }}, selected color scheme is: {{ color_scheme }}

Card image cap
Configure UI Elements

This feature is not implemented yet.

Card image cap
View your Homepage

All Changes you make to your configuration will change how your home page looks and feels.

Card image cap
Read the Documentation

You can view a FAQ-like help page or read NDR Core's documentation.

{% endblock %}