{% extends "layout.html" %} {% block content %} {% if feeds|count == 0 %}
{{ _('Feed') }} | {{ _('Article') }} | {{ _('Date') }} | |
---|---|---|---|
{{ article.source.title|safe }} | {% if filter_ == 'all' and article.readed == False %}{% endif %} {{ article.title|safe }} {% if filter_ == 'all' and article.readed == False %}{% endif %} | {{ article.date|datetime }} | {% if article.like %} {% else %} {% endif %} {% if article.readed %} {% else %} {% if filter_ == 'all' %}{% endif %} {% endif %} |