{% extends "layouts/base.html" %}
{% load i18n %}
{% block title %}{% trans "My QI Tasks" %} - PX360{% endblock %}
{% block content %}
{% trans "My QI Tasks" %}
{% trans "Total" %}
{{ total }}
{% trans "Pending" %}
{{ pending }}
{% trans "Completed" %}
{{ completed }}
{{ task.description|truncatewords:20 }}
{% endif %}{% trans "You have no QI tasks assigned." %}