{% extends 'base.html' %}
{% import 'bootstrap/wtf.html' as wtf %}

{% block app_content %}

<h2>Système de gestion scolarité</h2>

<p>&copy; Emmanuel Viennet 2021</p>

<p>Version {{ version }}</p>
    
<p>ScoDoc est un logiciel libre écrit en 
<a href="http://www.python.org" target="_blank" rel="noopener noreferrer">Python</a>.
Information et documentation sur <a href="https://scodoc.org" target="_blank">scodoc.org</a>.
</p>

<h2>Dernières évolutions</h2>

{{ news|safe }}

<div class="about-logo">
    {{ logo|safe }}
</div>

{% endblock %}