{% extends 'base.html' %} {% block title %}{{ 'Edit' if article else 'Create' }} Article | Editor | {{ settings.site_name }}{% endblock %} {% block content %} Dashboard Articles {{ 'Edit' if article else 'Create' }} {{ 'Edit' if article else 'Create' }} Article Basic Information Title * URL Slug Leave empty to auto-generate from title Journal * Select journal... {% for journal in journals %} {{ journal.name }} {% endfor %} Article Type Research Article Review Article Case Study Commentary Editorial Letter Authors * Comma-separated list of authors Abstract & Keywords Abstract * {{ article.abstract if article else '' }} Summarize the key points of the article 0 words Keywords Comma-separated keywords for search indexing Content Article Content (HTML) {{ article.content if article else '' }} Tags {% if tags %} {% for tag in tags %} {{ tag.name }} {% endfor %} {% else %} No tags available {% endif %} {{ 'Update' if article and article.status == 'published' else 'Publish' }} Save as Draft Cancel Publication Details Publication Date Volume Issue Pages DOI Files Featured Image {% if article and article.featured_image %} {% endif %} PDF Version {% if article and article.pdf_file %} Current PDF {% endif %} Options Open Access Featured Article {% endblock %} {% block extra_js %} {% endblock %}
No tags available