{% extends "admin/core/base.html" %}}
{% load securitytags %}
{% load files %}
{% load static %}
{% load foundation %}
{% block title %}Manage Guest Editors{% endblock title %}
{% block title-section %}Manage Guest Editors{% endblock title-section %}
{% block breadcrumbs %}
{{ block.super }}
{% include "elements/breadcrumbs/issue_management.html" %}
Add Guest Editor
{% endblock breadcrumbs %}
{% block body %}
{% endblock body %}
{% block js %}
{% include "elements/datatables.html" with target="#guest-editor-users" page_length=10 %}
{% endblock js %}