app/soc/templates/soc/group/list/all.html
changeset 360 5ad9cabb5892
parent 344 d135c8c09967
child 374 9363b9dc2983
equal deleted inserted replaced
359:4308324241bc 360:5ad9cabb5892
    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: {{ group_type_plural }} List
    17 Site: {{ entity_type_plural }} List
    18 {% endblock %}
    18 {% endblock %}
    19 {% block header_title %}
    19 {% block header_title %}
    20 {{ group_type_plural }} List
    20 {{ entity_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 {{ group_type_plural }} in Google Open Source Programs.
    26 List of {{ entity_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 %}