{% include 'ucp_header.html' %}

{{ L_TITLE }}

{{ L_DRAFTS_EXPLAIN }}

{% if S_EDIT_DRAFT %}
{% include 'posting_editor.html' %}
{{ S_HIDDEN_FIELDS }} {{ S_FORM_TOKEN }}
{% else %} {% if draftrow %}

{{ L_DRAFTS }}

{% for draftrow in draftrow %} {% endfor %}
{{ L_DRAFT_TITLE }} {{ L_SAVE_DATE }} {{ L_MARK }}
{{ draftrow.DRAFT_SUBJECT }}
{% if draftrow.S_LINK_TOPIC %} {{ L_TOPIC }}{{ L_COLON }} {{ draftrow.TITLE }} {% elseif draftrow.S_LINK_FORUM %} {{ L_FORUM }}{{ L_COLON }} {{ draftrow.TITLE }} {% elseif S_PRIVMSGS %} {% else %} {{ L_NO_TOPIC_FORUM }} {% endif %}
{{ draftrow.DATE }}
{% if draftrow.U_INSERT %} {{ L_LOAD_DRAFT }} {% endif %} {{ L_VIEW_EDIT }}
{{ S_FORM_TOKEN }}
{% else %}
{{ L_INFO_BOX }} {{ L_NO_SAVED_DRAFTS }}
{% endif %} {% endif %}
{% include 'ucp_footer.html' %}