{% extends 'base.html' %} {% load static %} {% load humanize %} {% block content %} Update Module All fields marked with an asterisk (*) are required {% include 'partials/_messages.html' %} {% csrf_token %} Module Details Module Name Module Code Description {{ old_input_field_values.description }} Status {% for item in status_list %} {{ item.label }} {% endfor %} Cancel Update {% endblock %}