Revision dcd1c383 snf-astakos-app/astakos/im/templates/im/astakosgroup_form_summary.html

b/snf-astakos-app/astakos/im/templates/im/astakosgroup_form_summary.html
32 32
			 	<dt>Expiration Date</dt>
33 33
			 	<dd>{{ data.expiration_date|date:"d/m/Y"}}&nbsp;</dd>
34 34
			 	<dt>Modaration</dt>
35
			 	<dd>{% if data.moderation_enabled%}Yes{% else %}No{% endif %}</dd>
35
			 	<dd>{{ data.moderation_enabled|yesno:"Yes, No" }}</dd>
36 36
			 	<dt>Max members per group</dt>
37 37
			 	<dd>{% if  data.max_participants %}{{ data.max_participants }}{% else %}Unlimited{% endif %}</dd>
38 38
			 </dl>
......
51 51
	           			
52 52
	           			<dd>
53 53
	           			{% if r.uplimit %}
54
	           				{{ r.uplimit }} {% if info.unit %}({{ info.unit}}){% endif %}
54
	           				{{ r.uplimit|sizeof_fmt }} {% if info.unit %} ({{ info.unit}}){% endif %}
55 55
	           			{% else %}
56 56
	           				Unlimited
57 57
	           			{% endif %}
......
62 62
	           		{% endwith %}
63 63
	           	{% endfor %}
64 64
			 	
65
			 	<!--<dt>Max Vms per user</dt>
66
			 	<dd>3</dd>
67
			 	<dt>Max diskspace per user</dt>
68
			 	<dd>5GB</dd>
69
			 	<dt>Max RAM per user</dt>
70
		 		<dd>2GB</dd>
71
			 	<dt>Max CPU per user</dt>
72
			 	<dd>2</dd>-->
73 65
			 </dl>
74 66
	         
75 67
		 </div>

Also available in: Unified diff