{% extends "layout.html" %} {% block head%} {{super()}} {% endblock %} {% block content %}
Contributor since {{ user.date_created.strftime('%A, %d %B %Y') }}.
Last seen: {{ user.last_seen.strftime('%A, %d %B %Y at %H:%M:%S') }}.
# | Name | Feed link | Site link | Number of articles | Actions |
---|---|---|---|---|---|
{{ loop.index }} | {{ feed.title }} | {{ feed.link }} | {{ feed.site_link }} | {{ feed.articles.all()|count }} | {% endfor %} |