I have a simple application for forecasting hours in projects for team members. The 'view' mode:

For the "edit" mode I have this interface:

Instead of a new view/template for "edit" I would like to have inline edit functionality. Is that feasible with Python Dango only as I don't want to use jquery or JavaScript.
Similarly, can the sub-total be calculated automatically on the page just using Python Django?