{% extends 'base.html' %} {% block title %}{{ 'Edit' if journal else 'Create' }} Journal | Admin | {{ settings.site_name }}{% endblock %} {% block content %} Dashboard Journals {{ 'Edit' if journal else 'Create' }} {{ 'Edit Journal' if journal else 'Create Journal' }} Journal Name * URL Slug /journals/ Leave blank to auto-generate from name Description {{ journal.description if journal else '' }} ISSN Founded Year Year the journal was established Impact Factor Publication Frequency Select frequency Weekly Bi-weekly Monthly Bi-monthly Quarterly Semi-annually Annually Continuous Editor-in-Chief Cover Image {% if journal and journal.cover_image %} {% endif %} Recommended size: 600x800px. Max 5MB. Active (visible on the site) This is an Open Access journal {{ 'Update' if journal else 'Create' }} Journal Cancel Preview Journal Name Description will appear here {% if journal %} Statistics Published Articles {{ journal.articles.count() }} Created {{ journal.created_at.strftime('%b %d, %Y') }} Last Updated {{ journal.updated_at.strftime('%b %d, %Y') if journal.updated_at else 'Never' }} {% endif %} {% endblock %} {% block scripts %} {% endblock %}
Description will appear here