mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-29 08:02:24 +00:00
12 lines
257 B
HTML
12 lines
257 B
HTML
{% extends "cotisations/sidebar.html" %}
|
|
{% load bootstrap3 %}
|
|
|
|
{% block title %}Facture{% endblock %}
|
|
|
|
{% block content %}
|
|
{% include "cotisations/aff_cotisations.html" with facture_list=facture_list %}
|
|
<br />
|
|
<br />
|
|
<br />
|
|
{% endblock %}
|
|
|