{% extends 'base.html' %} {% block title %}Manage Journals | Admin | {{ settings.site_name }}{% endblock %} {% block content %} Dashboard Journals Manage Journals Add Journal {% if journals %} {% for journal in journals %} {% if journal.cover_image %} {% else %} {% endif %} {{ journal.name }} {{ journal.description|truncate(100) if journal.description else 'No description' }} {% if journal.issn %} {{ journal.issn }} {% endif %} {% if journal.is_open_access %} Open Access {% endif %} {{ journal.articles.count() }} articles {% endfor %} {% else %} No Journals Found Start by creating your first journal. Add Journal {% endif %} {% endblock %}
{{ journal.description|truncate(100) if journal.description else 'No description' }}
Start by creating your first journal.