app/soc/templates/soc/models/list.html
changeset 1967 3fe7ad2d40c0
parent 1804 e151c2039a98
child 1975 e9bc96529849
equal deleted inserted replaced
1966:fcf246b379a7 1967:3fe7ad2d40c0
    11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    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 
       
    17 
    16 {% block body %}
    18 {% block body %}
       
    19 
       
    20 {{ list_msg|safe }}
       
    21 
    17 {% if list.empty %}
    22 {% if list.empty %}
    18 {{ no_lists_msg }}
    23 {{ no_lists_msg }}
    19 {% endif %}
    24 {% endif %}
    20 {% for list_number in list.lists %}
    25 {% for list_number in list.lists %}
    21 <p>
    26 <p>