{% extends "layout.twig" %} {% block title %} {% if view == 'fav' %} {% trans "favorites" %} {% elseif view == 'archive' %} {% trans "archive" %} {% else %} {% trans "unread" %} {% endif %} {% endblock %} {% block menu %} {% include '_menu.twig' %} {% endblock %} {% block content %} {% 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 %} {% if tag %}{% trans "Download the articles from this tag in an epub" %}
{% elseif search_term is defined %}{% trans "Download the articles from this search in an epub" %}
{% else %}{% trans "Download the articles from this category in an epub" %}
{% endif %} {% endif %} {% endblock %}