{% extends 'index.html' %} {% block content %} {% load static i18n %} {% load i18n %} {% trans "Total Projects" %} {{total_projects}} {% trans "New Projects" %} {{new_projects}} {% trans "Projects in progress" %} {{projects_in_progress}} {% trans "Project Status" %} {% trans "Task Status" %} {% trans "Projects due in this month" %} {% trans 'Projects' %} {% endblock content %}