{% extends _cms.conf.adminTemplate %} {% block title %}Blogs{% endblock %} {% block head %} {% endblock %} {% block content %}

All Posts

{%if _user and _user.role == 'EDITOR'%}
You are an editor, you will be able to see posts by other and edit them as needed.
{%endif%} {{table|safe}} {% endblock %} {% block beforeEndBody %} {% endblock %}