{% extends "base.html" %} {% load pretty_money %} {% load i18n %} {% load render_table from django_tables2 %} {% block content %}

{% trans "search button" %}


Créer un bouton
{% trans "buttons listing "%}
{% render_table table %}
{% endblock %} {% block extrajavascript %} {% endblock %}