{% extends "main.html" %} {% load static %} {% block content %}

Projects Dashboard

From:

To:

Projects

Staff

{% for point in points %} {% empty %} {% endfor %}
Project Task Point Status Assigned To Time Spent Last Activity
{{ point.task.project.name }} {{ point.task.name }} {{ point.text }} {{ point.status }} {{ point.task.assigned_to.name }} {% with point.total_activity_time as time %} {{ time.0 }}h {{ time.1 }}m {{ time.2 }}s {% endwith %} {% with point.pointactivity_set.last as last_activity %} {% if last_activity %} {{ last_activity.end_time|date:"Y-m-d H:i" }} {% else %} No activity {% endif %} {% endwith %}
No points found with the current filters
{% endblock content %}