Revision a5cef8d0 snf-astakos-app/astakos/im/templates/im/projects/project_list.html

b/snf-astakos-app/astakos/im/templates/im/projects/project_list.html
9 9
    <div class="projects">
10 10
	    <h2>PROJECTS</h2>
11 11
	    {% if form %}
12
	        {% include "im/projects_list.html" %}
12
	        {% include "im/projects/search_form.html" %}
13 13
	    {% else %}
14
	        {% include "im/projects_index.html" %}
14
	        {% include "im/projects/intro.html" %}
15 15
		</div>
16
    	{% endif %}
17
    	{% render_table table %}
16
        {% endif %}
17
        {% if table %}
18
            {% render_table table %}
19
        {% endif %}
18 20
</div>
19 21
</div>  
20 22
{% endblock %}

Also available in: Unified diff