8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-18 00:28:11 +00:00
re2o/cotisations/templates/cotisations/index.html

14 lines
280 B
HTML
Raw Normal View History

2016-07-02 13:58:50 +00:00
{% extends "cotisations/sidebar.html" %}
{% load bootstrap3 %}
{% block title %}Facture{% endblock %}
{% block content %}
2016-07-10 02:23:42 +00:00
<h2>Cotisations</h2>
2016-07-03 16:09:58 +00:00
{% include "cotisations/aff_cotisations.html" with facture_list=facture_list %}
<br />
<br />
<br />
2016-07-02 13:58:50 +00:00
{% endblock %}