app/soc/templates/soc/models/list.html
changeset 1975 e9bc96529849
parent 1967 3fe7ad2d40c0
equal deleted inserted replaced
1974:a6a5f8c36d3c 1975:e9bc96529849
    15 {% load forms_helpers %}
    15 {% load forms_helpers %}
    16 
    16 
    17 
    17 
    18 {% block body %}
    18 {% block body %}
    19 
    19 
       
    20 {% if list_msg %}
    20 {{ list_msg|safe }}
    21 {{ list_msg|safe }}
       
    22 {% endif %}
    21 
    23 
    22 {% if list.empty %}
    24 {% if list.empty %}
    23 {{ no_lists_msg }}
    25 {{ no_lists_msg }}
    24 {% endif %}
    26 {% endif %}
    25 {% for list_number in list.lists %}
    27 {% for list_number in list.lists %}