Revision 3208aa1c

b/snf-astakos-app/astakos/im/templates/im/astakosgroup_list.html
149 149
   </div>
150 150
      <!-- Group listing -->
151 151
        {% else %}
152
            {% if mine %}
152 153
            {% with own_page|concat:own_sorting as args %}
153 154
            {% with mine|paginate:args as mine %}
154
	      	{% if mine %}
155 155
	      	    <div class="full-dotted">
156 156
					<form method="GET" class="minimal" action="">
157 157
						<div class="form-row">
......
224 224
                        </span>
225 225
					</p>
226 226
			   </div>
227
				 
228
      		{% endif %}
227
			
229 228
      		{% endwith %}
230 229
            {% endwith %}
230
      		{% endif %}
231 231
	      	
232
	      	{% with other_page|concat:other_sorting as args %}
232
	      	{% if other %}
233
            {% with other_page|concat:other_sorting as args %}
233 234
            {% with other|paginate:args as other %}
234
	      	{% if other %}	
235 235
 	      		<div class="full-dotted">
236 236
 	      			<form method="GET" class="minimal" action=""> 
237 237
						<div class="form-row">
......
323 323
                        </span>
324 324
					</p>
325 325
			   </div>
326
				 
327
			{% endif %}
326
		    
328 327
			{% endwith %}
329 328
            {% endwith %}
329
			{% endif %}
330 330
	      	
331 331
            {% if q %}
332 332
                <h2>No groups found!</h2>

Also available in: Unified diff