- {# Tabs for button categories #}
-
-
+
+ {# Buttons column #}
+
+ {# Show last used buttons #}
+
+
+
+ Les boutons les plus utilisés s'afficheront ici.
+
+
+
+
+ {# Regroup buttons under categories #}
+ {% regroup transaction_templates by template_type as template_types %}
+
+
+ {# Tabs for button categories #}
+
+
+ {# Tabs content #}
+
+
+ {% for template_type in template_types %}
+
+
+ {% for button in template_type.list %}
+
+ {% endfor %}
+
+
+ {% endfor %}
+
+
+
+ {# Mode switch #}
+
+
+
+
+{% endblock %}
+
+{% block extracss %}
+
{% endblock %}
{% block extrajavascript %}