{% extends "base.html" %} {% load render_table from django_tables2 %} {% load i18n %} {% block content %}
{% render_table table %} {% trans "New invoice" %} {% endblock %}