{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{{block.super}} > {{datasheet.title}}{% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block js_import %} {{block.super}} {% endblock %} {% block main_content %}
{% include 'ajax_identification/ajax_login.html' %}
{% if 'shape=circle' in switch_shape_url %}{% trans 'See the graph in circle' %}{% else %}{% trans 'See the graph in lines' %}{% endif %}
{% trans 'Fermer
ce didacticiel' %}
{% endblock %}