app/soc/templates/soc/group/list/all.html
changeset 344 d135c8c09967
parent 257 878f9ec9dd07
child 360 5ad9cabb5892
equal deleted inserted replaced
343:1c96c36b58db 344:d135c8c09967
    12 See the License for the specific language governing permissions and
    12 See the License for the specific language governing permissions and
    13 limitations under the License.
    13 limitations under the License.
    14 {% endcomment %}
    14 {% endcomment %}
    15 {% load forms_helpers %}
    15 {% load forms_helpers %}
    16 {% block page_title %}
    16 {% block page_title %}
    17 Site: {% if group_type %}{{ group_type }}{% else %}Group{% endif %}s List
    17 Site: {{ group_type_plural }} List
    18 {% endblock %}
    18 {% endblock %}
    19 {% block header_title %}
    19 {% block header_title %}
    20 {% if group_type %}{{ group_type }}{% else %}Group{% endif %}s List
    20 {{ group_type_plural }} List
    21 {% endblock %}
    21 {% endblock %}
    22 {% block body %}
    22 {% block body %}
    23 <p>
    23 <p>
    24 <p>
    24 <p>
    25 {% block instructions %}
    25 {% block instructions %}
    26 List of {% if group_type %}{{ group_type }}{% else %}Group{% endif %}s in Google Open Source Programs.
    26 List of {{ group_type_plural }} in Google Open Source Programs.
    27 {% endblock %}
    27 {% endblock %}
    28 </p>
    28 </p>
    29 {% include list_main %}
    29 {% include list_main %}
    30 </p>
    30 </p>
    31 {% endblock %}
    31 {% endblock %}