equal
deleted
inserted
replaced
15 {% load forms_helpers %} |
15 {% load forms_helpers %} |
16 {% block body %} |
16 {% block body %} |
17 <p> |
17 <p> |
18 <p> |
18 <p> |
19 {% block instructions %} |
19 {% block instructions %} |
|
20 {% if instruction_text %} |
|
21 {{ instruction_text }} |
|
22 {% else %} |
20 List of {{ entity_type_plural }} in Google Open Source Programs. |
23 List of {{ entity_type_plural }} in Google Open Source Programs. |
|
24 {% endif %} |
21 {% endblock %} |
25 {% endblock %} |
22 </p> |
26 </p> |
23 {% include list_main %} |
27 {% include list_main %} |
24 </p> |
28 </p> |
25 {% endblock %} |
29 {% endblock %} |