{% extends 'easycms/base.html' %} {% block easycms_title %}Authors{% endblock easycms_title %} {% block easycms_content %}
Content Editor Home {% if access_control.can_manage_authors() %} Create Author {% endif %}
{% for author in authors %} {# #} {% else %} {% endfor %}
Name Code
{{ author.name }} {{ author.code }} {% if access_control.can_manage_authors() %} edit {% endif %} delete
(no authors)
{% endblock easycms_content %}