{% extends 'base.html' %} {% block title %}Login | {{ settings.site_name }}{% endblock %} {% block content %}

Welcome Back

Sign in to access your dashboard

{% if request.args.get('next') %} {% endif %}

This login is for administrators and editors only. Researchers can submit and track articles without an account.

{% endblock %} {% block scripts %} {% endblock %}