{% load timestamp %}
{% load getitem %}
{% with source.warning_lineups as warning_lineups %}
{% if warning_lineups %}
Lineup Warnings
{% for lineup in warning_lineups %}
#{{lineup.lineup}}{{lineup.name}}
{% if lineup.last_failure %}Is failing{% endif %}
{% if not lineup.active %}Is not known on the server{% endif %}
{% if lineup.last_failure_log %}
{{lineup.last_failure_log}}
{% endif %}
{% endfor %}
(This warning will disappear 7 days after the last invalid request is made or all lineups succeed).