{% extends "base-apply.html" %} {% load render_table from django_tables2 %} {% load i18n static %} {% block title %}{% trans "Projects" %}{% endblock %} {% block content %} {% adminbar %} {% slot header %}{% trans "All Projects" %} ({{ table.rows|length }}){% endslot %} {% slot sub_heading %}{% trans "View, Search and filter all projects" %}{% endslot %} {% endadminbar %}
{% trans "No Projects Available." %}
{% endif %}