Loading banking/templates/banking/transparence.html +3 −3 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ $(function () { <td class="nombre">{{ service.free }}</td> <td class="nombre">{{ service.miss }}</td> <td class="nombre">{{ service.income }}</td> <td class="euro">{{ service.euros|floatformat:0 }} €</td> <td class="euro">{{ service.mean|floatformat|default:"–" }} €</td> <td class="pourcent">{{ service.percent|floatformat }} %</td> <td class="euro">{{ service.euros|floatformat:0 }}</td> <td class="euro">{{ service.mean|floatformat|default:"–" }}</td> <td class="pourcent">{{ service.percent|floatformat }}</td> </tr> {% endfor %} </tbody> Loading Loading
banking/templates/banking/transparence.html +3 −3 Original line number Diff line number Diff line Loading @@ -35,9 +35,9 @@ $(function () { <td class="nombre">{{ service.free }}</td> <td class="nombre">{{ service.miss }}</td> <td class="nombre">{{ service.income }}</td> <td class="euro">{{ service.euros|floatformat:0 }} €</td> <td class="euro">{{ service.mean|floatformat|default:"–" }} €</td> <td class="pourcent">{{ service.percent|floatformat }} %</td> <td class="euro">{{ service.euros|floatformat:0 }}</td> <td class="euro">{{ service.mean|floatformat|default:"–" }}</td> <td class="pourcent">{{ service.percent|floatformat }}</td> </tr> {% endfor %} </tbody> Loading