|
@@ -21,7 +21,7 @@
|
|
body {
|
|
body {
|
|
font-size: 9pt;
|
|
font-size: 9pt;
|
|
}
|
|
}
|
|
- #coordonnees_illyse {
|
|
|
|
|
|
+ #coordonnees_isp {
|
|
font-size:9pt;
|
|
font-size:9pt;
|
|
}
|
|
}
|
|
#coordonnees_client {
|
|
#coordonnees_client {
|
|
@@ -56,7 +56,7 @@
|
|
<div id="header_content">
|
|
<div id="header_content">
|
|
<table widht="100%">
|
|
<table widht="100%">
|
|
<tr>
|
|
<tr>
|
|
- <td><img id="logo" src="{% static "billing/invoice_logo.jpg" %}" height="70" /></td>
|
|
|
|
|
|
+ <td><img id="logo" src="{{ branding.logoURL }}" height="70" /></td>
|
|
<td><h1>Facture N°{{ invoice.number }}</h1>
|
|
<td><h1>Facture N°{{ invoice.number }}</h1>
|
|
Le {{ invoice.date }}</td>
|
|
Le {{ invoice.date }}</td>
|
|
</tr>
|
|
</tr>
|
|
@@ -66,8 +66,8 @@
|
|
<hr />
|
|
<hr />
|
|
<table widht="100%">
|
|
<table widht="100%">
|
|
<tr>
|
|
<tr>
|
|
- <td width="50"><img id="logo" src="{% static "billing/invoice_logo.jpg" %}" height="20" /></td>
|
|
|
|
- <td>ILLYSE, association loi de 1901 à but non lucratif - SIRET : 539 453 191 00014</td>
|
|
|
|
|
|
+ <td width="50"><img id="logo" src="{{ branding.logoURL }}" height="20" /></td>
|
|
|
|
+ <td>{{ branding.shortName|upper }}, association loi de 1901 à but non lucratif - SIRET : 539 453 191 00014</td>
|
|
<td width="20"><pdf:pagenumber>
|
|
<td width="20"><pdf:pagenumber>
|
|
/<pdf:pagecount>
|
|
/<pdf:pagecount>
|
|
</td>
|
|
</td>
|
|
@@ -76,14 +76,16 @@
|
|
</div>
|
|
</div>
|
|
<table>
|
|
<table>
|
|
<tr>
|
|
<tr>
|
|
- <td id="coordonnees_illyse">
|
|
|
|
|
|
+ <td id="coordonnees_isp">
|
|
|
|
+ {% with address=branding.registeredoffice %}
|
|
<p>
|
|
<p>
|
|
- Association ILLYSE<br />
|
|
|
|
- c/o Jean-François MOURGUES<br />
|
|
|
|
- 225 route de Genas<br />
|
|
|
|
- 69100 Villeurbanne</p>
|
|
|
|
- <p>conctact@illyse.org<br/>
|
|
|
|
- <a href="http://www.illyse.net">http://www.illyse.net</a></p>
|
|
|
|
|
|
+ Association {{ branding.short_name|upper }}<br />
|
|
|
|
+ {{ address.extended_address }}<br />
|
|
|
|
+ {{ address.street_address }}<br />
|
|
|
|
+ {{ address.postal_code }}</p>
|
|
|
|
+ <p>{{ branding.email }}<br/>
|
|
|
|
+ <a href="{{ branding.website }}">{{ branding.website }}</a></p>
|
|
|
|
+ {% endwith %}
|
|
</td>
|
|
</td>
|
|
<td id="coordonnees_client">
|
|
<td id="coordonnees_client">
|
|
<strong>Facturé à :</strong><br/>
|
|
<strong>Facturé à :</strong><br/>
|