{! admin/util/minimal-grid !} {! admin/util/search !} {! admin/util/dates !}
{% if User::require_acl ('admin/add') %} {"New Post"}  |  {"Import Posts"} {% end %} {% if User::require_acl ('settings') %}  |  {"Settings"}  |  {"Custom Fields"} {% end %}
{% if q != '' %} {% end %}
{! navigation/pager?style=results&url=[url]&total=[total]&count=[count]&limit=[limit] !}
{% if strpos ($data->q, 'published:yes') !== false %} {"Published"}  |  {"Draft"}  |  {"Scheduled"} {% elseif strpos ($data->q, 'published:no') !== false %} {"Published"}  |  {"Draft"}  |  {"Scheduled"} {% elseif strpos ($data->q, 'published:que') !== false %} {"Published"}  |  {"Draft"}  |  {"Scheduled"} {% else %} {"Published"}  |  {"Draft"}  |  {"Scheduled"} {% end %}
{% foreach posts %} {% end %}
{"Title"} {"Author"} {"Tags"}  
{{ loop_value->title }}
{{ loop_value->ts|I18n::short_date }} - {{ loop_value->published|blog_filter_published }} {{ loop_value->author }} {% foreach loop_value->tags as _tag %} {{_tag|ucfirst}} {% end %} {% if loop_value->locked %} {"Editing Locked"} {% else %} {"Edit"} {% if User::require_acl ('admin/delete') %} | {"Delete"} {% end %} {% end %}
{% if total > $data->limit %} {! navigation/pager?style=numbers&url=[url]&total=[total]&count=[count]&limit=[limit] !} {% end %}