{% extends "base.html" %} {% block title %} Non-core Contracts > {{contract.name}} {% endblock %} {% block nav %} Non-core Contracts > {{contract.name}} > Edit {% endblock %} {% block content %} {% if request.method == 'GET' and request.values.view == 'confirm_delete' %}
Are you sure you want to delete this contract?

Cancel

{% else %}
Update Contract


Properties
{{ input_textarea('properties', contract.properties, 20, 80) }}



Update State
{{ input_textarea('state', contract.state, 40, 80) }}

Delete this contract
{% endif %} {% endblock %}