Skip to content
Snippets Groups Projects
billing_list.html 249 B
{% extends "base.html" %}
{% load render_table from django_tables2 %}
{% load i18n %}
{% block content %}

{% render_table table %}

<a class="btn btn-primary" href="{% url 'treasury:billing_create' %}">{% trans "New billing" %}</a>

{% endblock %}