{% extends "base.html" %} {% block title %} » MOP Contracts » {{rate_script.contract.name}} » {{rate_script.start_date|hh_format}} » Edit {% endblock %} {% block nav %} MOP Contracts » {{rate_script.contract.name}} » {{rate_script.start_date|hh_format }} » Edit {% endblock %} {% block content %} {% if request.method == 'GET' and request.values.delete %}
{% else %}{{rate_script_example}}{% endif %} {% endblock %}