{% extends 'base.html' %} {% block head %} {% endblock head %} {% block body %}

{{ user.username }}'s recent activity


{% if trials %} {% for each in trials %}
{{ each.dates }} , {{ each.times }}

{{ each.emp_id }} completed the task of {{ each.task_done }}

{% endfor %} {% else %}

No Recent Activity yet.

{% endif %}
{% endblock body %}