{% extends "admin/base.html" %} {% block title %}Manage Editors - GJEE Admin{% endblock %} {% block content %} {% for editor in editors %} {% else %} {% endfor %}
Order Name Title Role Affiliation Email Actions
{{ editor.order }} {{ editor.name }} {{ editor.title }} {{ editor.role }} {{ editor.affiliation[:40] if editor.affiliation else '' }}{% if editor.affiliation and editor.affiliation|length > 40 %}...{% endif %} {{ editor.email }} Edit
No editors found. Add one now.
{% endblock %}