Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / projects_list.html @ 5550bcfb

History | View | Annotate | Download (464 Bytes)

1
{% extends "im/account_base.html" %}
2

    
3
{% load astakos_tags %}
4
{% load filters %}
5
{% load django_tables2 %}
6

    
7
{% block page.body %} 
8
<div class="maincol {% block innerpage.class %}{% endblock %}">
9
    <div class="projects">
10
            <h2>PROJECTS</h2>
11
            {% if form %}
12
                {% include "im/projects_list.html" %}
13
            {% else %}
14
                {% include "im/projects_index.html" %}
15
                </div>
16
    {% endif %}
17
        {% render_table table %}
18
</div>
19
</div>  
20
{% endblock %}