calebasse / calebasse / facturation / templates / facturation / base.html @ fcfb4f5b
1 |
{% extends "calebasse/base.html" %} |
---|---|
2 |
{% load url from future %} |
3 |
|
4 |
{% block extrascripts %} |
5 |
<script src="{{ STATIC_URL }}js/calebasse.facturation.js"></script> |
6 |
{% endblock %} |
7 |
|
8 |
{% block title %}{{ block.super }} - {% if service_name == "CMPP" %}Facturation{% else %}Décompte{% endif %} {% endblock %} |
9 |
|
10 |
{% block header %} |
11 |
{{ block.super }} |
12 |
<span>{% if service_name == "CMPP" %}Facturation{% else %}Décompte{% endif %} - {{ service_name }}</spam> |
13 |
{% endblock %} |