equal
deleted
inserted
replaced
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 body %} |
16 {% block body %} |
|
17 {% for _ in list.lists %} |
17 <p> |
18 <p> |
18 <p> |
19 {% include list.next_list %} |
19 {% block instructions %} |
20 </p> |
20 {% if instruction_text %} |
21 {% endfor %} |
21 {{ instruction_text }} |
22 |
22 {% else %} |
|
23 List of {{ entity_type_plural }} in Google Open Source Programs. |
|
24 {% endif %} |
|
25 {% endblock %} |
23 {% endblock %} |
26 </p> |
|
27 {% include list_main %} |
|
28 </p> |
|
29 {% endblock %} |
|