{% extends "base.html" %} {% block title %} » Supplier Contracts » {{ issue.contract.name }} » Issues » {{issue.id}} » Add Entry {% endblock %} {% block nav %} Supplier Contracts » {{issue.contract.name}} » Issues » {{issue.id}} » Add Entry {% endblock %} {% block content %}
Add An Entry {{input_textarea('markdown', '', 40, 80, show_pos=True)}}
{% include 'e/markdown_docs.html' %}
{% endblock %}