{% extends "index.twig" %} {% block title %}Items{% endblock %} {% block content %}

Items

{{ block("messages_queue", "message_queue.twig") }} Create {% if list %} {% for item in list %} {% endfor %}
Action Title Content State ID
Edit
{{ item.title }} {% if item.introtext %}{{ shorten_string(item.introtext|striptags) }} {% endif %}{{ shorten_string(item.fulltext|striptags) }} {% if item.state == 1 %} {% elseif item.state == 2 %} {% elseif item.state == -1 %} {% elseif item.state == 0 %} {% else %} Error {% endif %} {{ item.id }}
{% else %}

There has no items been found, click create to add some.

{% endif %}
{% endblock %}