{% extends "base-apply.html" %} {% load render_table from django_tables2 %} {% load static %} {% block title %}Projects{% endblock %} {% block content %}
{% if table %} {% include "funds/includes/table_filter_and_search.html" with filter_form=filter_form search_term=search_term search_placeholder="projects" use_search=True filter_action=filter_action use_batch_actions=True %} {% render_table table %} {% else %}

No Projects Available

{% endif %}
{% endblock content %} {% block extra_css %} {{ filter.form.media.css }} {% endblock %} {% block extra_js %} {{ filter.form.media.js }} {% endblock %}