{% extends "base.html" %} {% set section = "feeds" %} {% block body %}
Feed | Type | Last Update | {% if user.admin %}Owner | {% endif %} {% for f in feeds %}|
![]() |
{{ f.name }} | {{ mediatypes[f.media_type] }} | {% if f.last_update %} {{ f.last_update|timestampformat('%m-%d-%Y') }} {% else %} None {% endif %} | {% if user.admin %}{{ f.user.username }} | {% endif %}
You have no media feeds.
{% endif %}