nk20/templates/note/transactiontemplate_list.html

8 lines
254 B
HTML
Raw Normal View History

2019-08-11 17:55:04 +00:00
{% extends "base.html" %}
2020-02-03 14:20:37 +00:00
{% load pretty_money %}
{% load render_table from django_tables2 %}
2019-08-11 17:55:04 +00: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 17:55:04 +00:00
{% endblock %}