Revision 304acb60 snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html

b/snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html
36 36
		</ul>
37 37
        
38 38
    {% endif %}
39
    {% if object_list %}
39 40
      {% with object_list|filter_groups:user as d %}
40 41
      	{% with d|lookup:'mine' as mine %}
41 42
	      	{% if mine %}	
......
138 139
			{% endif %}
139 140
      	{% endwith %}
140 141
      {% endwith %}
141
      {% if not object_list %}
142
      	<h2>No groups found!</h2>
143
	  {% endif %}
142
      {% else %}
143
            {% if is_search %}
144
                <h2>No groups found!</h2>
145
            {% endif %}
146
        {% endif %}
144 147
    </div>
145 148
</div>
146 149
{% endblock %}

Also available in: Unified diff