{% extends "layout.html" %} {% block content %} {% if current_user.is_authenticated %} {% if tables.overview.rows %}
{{ tables.overview.display('overview')|safe }}
{% endif %}

{{ _('manual')|uc_first }} {{ _('model')|button(url_for('model_index')) }} {{ _('reference systems')|uc_first }}

{{ _('want a new feature or experience any problems')|uc_first }}: {{ _('tell us about it')|button(url_for('index_feedback')) }}

{% if session.settings.mail and not current_user.settings.newsletter %}

{{ _('want to receive updates? Activate the newsletter in your')|uc_first }} {{ _('profile')|button(url_for('profile_index')) }}

{% endif %}
{{ _('network visualization')|uc_first }}: {{ 'Classic'|button(url_for('model_network')) }} {{ '2D'|button(url_for('model_network', dimensions=2)) }} {{ '3D'|button(url_for('model_network', dimensions=3)) }}

{{ _('hello')|uc_first }} {{ current_user.username }}. {% if session.login_previous_success %} {{ _('last login')|uc_first }}: {{ session.login_previous_success }} {% if session.login_previous_failures > 0 %} - {{ _('failed logins')|uc_first }}: {{ session.login_previous_failures }} {% endif %} {% else %} {{ _('first login') }} {% endif %}

{% if tables.latest.rows %}

{{ _('latest')|uc_first }}

{{ tables.latest.display('latest')|safe }}
{{ _('Show all activity')|button(url_for('user_activity')) }}
{% endif %}
{% if tables.bookmarks.rows %}

{{ _('bookmarks')|uc_first }}

{{ tables.bookmarks.display('bookmarks')|safe }} {% endif %} {% if tables.notes.rows %}

{{ _('notes')|uc_first }}

{{ tables.notes.display('notes')|safe }} {% endif %} {% else %} {% if intro: %}

{{ intro|safe }}

{% endif %}

OpenAtlas

OpenAtlas {{ _('text_intro') }} {% endif %} {% endblock %}