{% extends "layout.html" %} {% block breadcrumb %} {{ [_('overview')]|crumb }} {% endblock %} {% block content %} {% if current_user.is_authenticated %} {% if tables['overview']['rows'] %}
{{ tables['overview'].display('overview')|safe }}
{% endif %}

{{ _('feedback teaser') }} {{ _('feedback')|uc_first }}.

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

{{ _('Want to receive updates? Activate the newsletter in your ') }} {{ _('profile')|uc_first }}.

{% endif %}

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

{{ _('network visualization')|uc_first }}: Classic - 2D - 3D

{% 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

{{ _('text_intro', link_openatlas='OpenAtlas'|safe, link_github='GitHub'|safe, link_cidoc='CIDOC CRM'|safe, link_wiki='Wiki'|safe, link_demo='Demo'|safe )|nl2br|safe }}

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

Stefan Eichert - Idea, Concept and Data Modelling
Alexander Watzinger - Lead Developer and Concept
Bernhard Koschicek - Software Development
Christoph Hoffmann - Frontend Development
Veronika Gründhammer - Project Administration
Jan Belik - Logo Design and Design Consulting
Daniel Kittel - Quality Assurance

Contributors

These people supported us in many ways, our thanks goes to all of them.

Asil Çetin
Christof Rauchenberger
Dalibor Pančić
Johannes Preiser-Kapeller
Judith Pucher
Katharina Winckler
Mihailo Popović
Nina Brundke
Peter Andorfer
Petra Heinicker
Sandra Lehecka
Saranya Balasubramanian
Stefan Probst

{% endif %} {% endblock %}