{% extends "base.html" %} {% block title %} » Gas Supplier Contracts » {{entry.g_issue.g_contract.name}} » Issues » {{entry.g_issue.id}} » {{entry.timestamp|date_format}} Edit {% endblock %} {% block nav %} Gas Supplier Contracts » {{entry.g_issue.g_contract.name}} » Issues » {{entry.g_issue.id}} » {{entry.timestamp|date_format}} Edit {% endblock %} {% block content %}
Update Entry {{ input_date('timestamp', entry.timestamp) }} {{input_textarea('markdown', entry.markdown, 40, 80, show_pos=True)}}
{% include 'e/markdown_docs.html' %}
Delete This Entry
{% endblock %}