app/soc/templates/soc/group/list/all.html
changeset 344 d135c8c09967
parent 257 878f9ec9dd07
child 360 5ad9cabb5892
--- a/app/soc/templates/soc/group/list/all.html	Wed Oct 15 20:10:07 2008 +0000
+++ b/app/soc/templates/soc/group/list/all.html	Wed Oct 15 20:24:02 2008 +0000
@@ -14,16 +14,16 @@
 {% endcomment %}
 {% load forms_helpers %}
 {% block page_title %}
-Site: {% if group_type %}{{ group_type }}{% else %}Group{% endif %}s List
+Site: {{ group_type_plural }} List
 {% endblock %}
 {% block header_title %}
-{% if group_type %}{{ group_type }}{% else %}Group{% endif %}s List
+{{ group_type_plural }} List
 {% endblock %}
 {% block body %}
 <p>
 <p>
 {% block instructions %}
-List of {% if group_type %}{{ group_type }}{% else %}Group{% endif %}s in Google Open Source Programs.
+List of {{ group_type_plural }} in Google Open Source Programs.
 {% endblock %}
 </p>
 {% include list_main %}