{% extends "base.html" %} {% block title %} » DC Contracts » {{dc_rate_script.contract.name}} » Rate Script {{dc_rate_script.id}} {% endblock %} {% block nav %} DC Contracts » {{dc_rate_script.contract.name}} » {{dc_rate_script.start_date|hh_format}} [edit] {% endblock %} {% block content %}
Start Date | {{dc_rate_script.start_date|hh_format }} |
---|---|
Finish Date | {{dc_rate_script.finish_date|hh_format }} |
{% if previous_rate_script %} Previous Rate Script {% else %} No Previous Rate Script {% endif %} | {% if next_rate_script %} Next Rate Script {% else %} No Next Rate Script {% endif %} |
{{dc_rate_script.script}}{% endblock %}