{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
Activities Table:
{% include "backend/apps/quicknav.html" %}
Activities
Activities
Activities Table.
{% for activity in activities %} {% empty %} {% endfor %}
Name Status Start Date End Date Costs Goals and Objectives User Responsible Supporting Documents ACTIONS
{{ forloop.counter }}. {{ activity.name }} {{ activity.get_status_display }} {{ activity.start_date }} {{ activity.end_date }} {{ activity.cost }} {{ activity.goals_and_objectives }} {{ activity.user_responsible }} {% if activity.support_document.all %} {% else %} No supporting documents {% endif %}
No activities found

Showing {{ activities.paginator.count }} results.

{% if activities.has_previous %} First Previous {% endif %} {% if activities.has_next %} Next Last {% endif %}

{% endblock %}