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

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

Basic Information
Leave empty to auto-generate from title
Comma-separated list of authors
Abstract & Keywords
Summarize the key points of the article 0 words
Comma-separated keywords for search indexing
Content
Tags
{% if tags %}
{% for tag in tags %}
{% endfor %}
{% else %}

No tags available

{% endif %}
Cancel
Publication Details
Files
{% if article and article.featured_image %}
Current image
{% endif %}
{% if article and article.pdf_file %} {% endif %}
Options
{% endblock %} {% block extra_js %} {% endblock %}