{% extends "admin/base.html" %} {% block title %}Manage Editors - GJEE Admin{% endblock %} {% block content %}
| Order | Name | Title | Role | Affiliation | 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. | ||||||