app/soc/templates/soc/models/list.html
changeset 539 e30462354e26
parent 518 d9d31d316a74
child 625 ec867361b5ba
equal deleted inserted replaced
538:4d209757c835 539:e30462354e26
    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 %}