{% extends "todocx/base.html" %} {% load staticfiles %} {% block title %} View Item {% endblock %} {% block menubar %} Remove Item
System Settings {% endblock %} {% block content %}
Add Update
{% for itemupdate in item.itemupdate_set.all %} {% endfor %}
High Medium Low
Open In Progress On Hold Closed
{% endblock %}