{% extends "index.twig" %} {% block title %}Items{% endblock %} {% block content %}
Action | Title | Content | State | ID |
---|---|---|---|---|
{{ 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 }} |
There has no items been found, click create to add some.