mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 19:33:11 +00:00
13 lines
280 B
HTML
13 lines
280 B
HTML
{% extends "cotisations/sidebar.html" %}
|
|
{% load bootstrap3 %}
|
|
|
|
{% block title %}Facture{% endblock %}
|
|
|
|
{% block content %}
|
|
<h2>Cotisations</h2>
|
|
{% include "cotisations/aff_cotisations.html" with facture_list=facture_list %}
|
|
<br />
|
|
<br />
|
|
<br />
|
|
{% endblock %}
|
|
|