Revision 1b866d9e snf-astakos-app/astakos/im/templates/im/astakosuserquota_list.html

b/snf-astakos-app/astakos/im/templates/im/astakosuserquota_list.html
14 14
    				<h3>{{ r.description }}</h3>
15 15
    				<p>
16 16
    					{{ r.ratio|floatformat }}% Used<br>
17
    					You are using {{ r.currValue }} {{ r.unit }} out of your {{ r.maxValue }}{{ r.unit }} {{ r.plural|capfirst }} - Aouch!
17
    					You are using {{ r.currValue }} {{ r.unit }} out of your {{ r.maxValue }}{{ r.unit }} 
18
    					{% if r.maxValue == '1' %}
19
    						{{ r.name|capfirst}}
20
    					{% else %} 
21
    						{{ r.plural|capfirst }}
22
    					{% endif %}
23
    					 - Aouch!
18 24
    				</p>
19 25
    			</div>
20 26
    			<div class="bar">

Also available in: Unified diff