{% extends "admin/layout.html" %} {% block title %}{{ 'Edit Editor' if editor else 'New Editor' }}{% endblock %} {% block body %}
{% if editor %}{% trans %}Update editor credentials and assigned languages.{% endtrans %}{% else %}{% trans %}Create a new editor account with limited access to the admin panel.{% endtrans %}{% endif %}