{% extends "note/base.html" %} {% load note_templatetags %} {% load i18n %} {% load static %} {% block title %}{% trans "Consos" %}{% endblock %} {% block additional_javascript %} {% endblock %} {% block applets %} {% for categorie in categories %} {% endfor %} {% if hastransfert %}
  • {% trans "Transfert" %}
  • {% endif %} {% if hascredit %}
  • {% trans "Crédit" %}
  • {% endif %} {% if hasretrait %}
  • {% trans "Retrait" %}
  • {% endif %} {% endblock %} {% block content %} {% include "note/template_consostabs.html" %}
    {% include "note/template_historique.html" %} {% endblock %}