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