{{extends file="base.html"}} {{block name=content}}

The Feed {{$feed.slug}}

… fetches {{$feed.uri}} {{if $feed.auto_refresh}} every {{$interval_hms}}{{else}} every time the feed is queried, but not before {{$feed.next_refresh|date_format:'%A, %Y-%m-%d %H:%M'}}{{/if}}{{if $feed.expire}} and expires on {{$feed.expire_date|date_format:'%A, %Y-%m-%d at %H:%M'}}{{/if}}.
{{if $feed.auto_refresh}}The next update will be within 5 minutes after {{$feed.next_refresh|date_format:'%A, %Y-%m-%d %H:%M'}}.{{/if}}

{{if $feed.description}}

Description:

{{$feed.description|escape|replace:"\n":'
'}}

{{/if}}
{{if $feed.password}}
{{/if}} {{/block}}