{% extends "layout.html" %} {% block content %} {% if feeds|count == 0 %}

{{ _("You don't have any feeds.") }}

{{ _('Add some') }}, {{ _('or') }} {{ _('upload an OPML file.') }}

{% else %}
{% if articles | count != 0%}
{% for article in articles %} {% endfor %}
{{ _('Feed') }} {{ _('Article') }} {{ _('Date') }}
{% if article.like %} {% else %} {% endif %} {% if article.readed %} {% else %} {% if filter_ == 'all' %}{% endif %} {% endif %} {{ article.source.title|safe }} {{ article.title|safe }} {{ article.date|datetime }}
{% endif %}
{% endif %} {% endblock %}