1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-01-23 00:21:18 +00:00
nk20/templates/note/transactiontemplate_list.html

8 lines
254 B
HTML
Raw Normal View History

2019-08-11 19:55:04 +02:00
{% extends "base.html" %}
2020-02-03 15:20:37 +01:00
{% load pretty_money %}
{% load render_table from django_tables2 %}
2019-08-11 19:55:04 +02:00
{% block content %}
<a class="btn btn-primary text-center" href="{% url 'note:template_create' %}">Créer un bouton</a>
{% render_table table %}
2019-08-11 19:55:04 +02:00
{% endblock %}