{% extends "layout.twig" %} {% block title %} {% if view == 'fav' %} {% trans "favoris" %} {% elseif view == 'archive' %} {% trans "archive" %} {% else %} {% trans "unread" %} {% endif %} {% endblock %} {% block menu %} {% include '_menu.twig' %} {% endblock %} {% block precontent %} {% include '_sorting.twig' %} {% endblock %} {% block content %} {% if includeImport %} {% include '_import.twig' %} {% endif %} {% if tag %}
{{ entry.content|striptags|slice(0, 300) }}...
{% trans "Mark all the entries as read" %}
{% endif %}{% endif %} {% if searchterm is defined %}{% trans "Tag these results as" %} {{ searchterm }}{% endif %}