{% extends 'bootstrap/base.html' %} {% block styles %} {{super()}} {% endblock %} {% block title %} {% if title %}{{ title }} - ScoDoc{% else %}Welcome to ScoDoc{% endif %} {% endblock %} {% block navbar %} Toggle navigation ScoDoc {% if current_user.is_administrator() %} Configuration {% endif %} {% if g.scodoc_dept %} Dept. {{ g.scodoc_dept }} {% endif %} {% if current_user.is_anonymous %} connexion {% else %} {% if current_user.dept %} {{current_user.user_name}} ({{current_user.dept}}) {% else %} {{current_user.user_name}} {% endif %} déconnexion {% endif %} {% endblock %} {% block content %}