{% extends "master.html" %} {% block title %}Flags · Anitya{% endblock %} {%block header %} {% if refresh %} {% endif %} {% endblock %} {% block body %}
This page should refresh automatically every 5 seconds
{% else %} {% endif %}State | Created | Project | User | Reason | |
---|---|---|---|---|---|
{% if flag.state == 'open' %} | {{ flag.state }} | {{ flag.created_on.strftime('%Y-%m-%d %H:%M:%S') }} | {% if flag.project -%} {{ flag.project.name }} {%- endif %} | {{ flag.user }} | {{ flag.reason }} |