{% extends "base.html" %} {% block title %} » MOP Contracts » {{entry.issue.contract.name}} » Issues » {{entry.issue.id}} » {{entry.timestamp|hh_format}} Edit {% endblock %} {% block nav %} MOP Contracts » {{entry.issue.contract.name}} » Issues » {{entry.issue.id}} » {{entry.timestamp|hh_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 %}