comparison templates/sat_website/finance.html @ 33:73c6333fd124

change overview.html, move the previous content to principles.html
author souliane <souliane@mailoo.org>
date Tue, 27 Jan 2015 08:07:15 +0100
parents
children a14845624e01
comparison
equal deleted inserted replaced
32:876ae5e23690 33:73c6333fd124
1 {% comment %}
2 SàT website: Salut à Toi's presentation website
3 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org)
4
5 This file is part of SàT website.
6
7 SàT website is free software: you can redistribute it and/or modify
8 it under the terms of the GNU Affero General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11
12 Foobar is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU Affero General Public License for more details.
16
17 You should have received a copy of the GNU Affero General Public License
18 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
19 {% endcomment %}
20
21 {% load i18n %}
22
23 <div class="progress">
24 <div class="progress-bar progress-bar-success progress-bar-striped" style="width: {{ asso_members_perc }}%">{% blocktrans with members_actual=asso_members_actual %}{{members_actual}} members{% endblocktrans %}</div>
25 <div class="progress-bar progress-bar-left progress-bar-striped active" style="width: {{ asso_members_perc_left }}%">{% blocktrans with members_left=asso_members_left %}{{members_left}} left{% endblocktrans %}</div>
26 </div>