{% 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%}
{% if not feed_id %} {% endif %} {% for article in articles %} {% if not feed_id %} {% endif %} {% endfor %}
{% if feed_id %} {% endif%} {{ _('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(format='short') }}
{% endif %}
{% endif %}
{% endblock %}