{% extends "base.html" %} {% block title %} » Non-Core Contracts » {{contract.name}} {% endblock %} {% block nav %} Non-Core Contracts » {{contract.name}} [edit] {% endblock %} {% block content %} {% if contract.name in ['bank_holidays', 'bmarketidx'] %}
{% elif contract.name == 'tnuos' %} {% elif contract.name == 'triad_dates' %} {% elif contract.name == 'bsuos' %}Automatic importers:
{% elif contract.name in ['rcrc', 'system_price', 'tlms'] %} {% endif %}Start Date | Finish Date | |
---|---|---|
View | {{ rate_script.start_date|hh_format }} | {{ rate_script.finish_date|hh_format }} |
{{contract.properties}}
{{contract.state}}{% endblock %}