{% extends "base.html" %} {% block title %}{{ _('Edit') if blog else _('Write') }} {{ _('Blog Post') }} – OnlineConvert{% endblock %} {% block content %}

{{ _('Edit Blog Post') if blog else _('Write New Blog Post') }}

{% if error %}
{{ error }}
{% endif %} {% if blog and blog.status == 'rejected' and blog.admin_note %}
{{ _('Admin feedback:') }} {{ blog.admin_note }}
{% endif %}
{% if not blog %}

{{ _('Upload a header image for your post (recommended).') }}

{% endif %}
{{ _("After submitting, your post will be reviewed by our admin team. If a publication fee is required, you'll be notified and the post will go live after payment.") }}
{{ _('Cancel') }}
{% endblock %} {% block scripts %} {% endblock %}