{% extends "base.html" %} {% block title %}{{ database }}: {{ table }}: {% if filtered_table_rows_count or filtered_table_rows_count == 0 %}{{ "{:,}".format(filtered_table_rows_count) }} ligne{% if filtered_table_rows_count == 1 %}{% else %}s{% endif %}{% endif %} {% if human_description_en %}où {{ human_description_en }}{% endif %}{% endblock %} {% block extra_head %} {{ super() }} {% endblock %} {% block body_class %}table db-{{ database|to_css_class }} table-{{ table|to_css_class }}{% endblock %} {% block nav %}
{{ super() }} {% endblock %} {% block content %}{{ extra_where.text }} [supprimer]Télécharger ces données au format Excel ou CSV{% if filtered_table_rows_count > 50000 %} (50 000 premières lignes){% endif %}. {% if query.sql and allow_execute_sql %} - ✎ Voir et éditer le SQL {% endif %}
{% include custom_table_templates %} {% if next_url %} {% endif %} {% endblock %}