{% extends "im/account_base.html" %} {% load astakos_tags filters django_tables2 %} {% block page.title %}Projects{% endblock %} {% block page.body %}

PROJECTS

{% if form %} {% include "im/projects/search_form.html" %} {% else %} {% include "im/projects/intro.html" %}
{% endif %} {% if table %} {% render_table table %} {% endif %}
{% endblock %}