{% extends 'base.html' %} {% block title %}{{ 'Edit' if article else 'Create' }} Article | Admin | {{ settings.site_name }}{% endblock %} {% block content %}

{{ 'Edit Article' if article else 'Create Article' }}

Article Details
/articles/
Leave blank to auto-generate
HTML formatting is supported
Separate with commas
SEO & Metadata
Publish

{% if article %} Preview Article {% endif %} Cancel
Organization
{% for tag in tags %}
{% endfor %}
Access & Identifiers
Leave blank to auto-generate
PDF File
{% if article and article.pdf_file %}
Current: {{ article.pdf_file }}
{% endif %}
Upload PDF (max 16MB)
{% endblock %}