{% block header %}{% endblock %}
release-monitoring.org
{%- if 'about' == current -%}
{%- else -%}
{%- endif -%}
about
{%- if 'fedmsg' == current -%}
{%- else -%}
{%- endif -%}
fedmsg
{%- if current == 'projects' -%}
{%- else -%}
{%- endif -%}
projects
All
Updated
Not updated
Failed to update
Never updated
{%- if current == 'distros' -%}
{%- else -%}
{%- endif -%}
distros
{%- if g.auth.logged_in -%} {%- if current == 'Add projects' -%}
{%- else -%}
{%- endif -%}
add project
{%- if current == 'logs' -%}
{%- else -%}
{%- endif -%}
logs
{%- if is_admin -%} {%- if current == 'flags' -%}
{%- else -%}
{%- endif -%}
flags
{%- endif -%}
logout
{%- else -%}
login
{%- if config['ANITYA_WEB_FEDORA_OPENID'] and config['ANITYA_WEB_ALLOW_FAS_OPENID'] -%}
Fedora
{%- endif -%} {%- if config['ANITYA_WEB_ALLOW_GOOGLE_OPENID'] -%}
Google
{%- endif -%} {%- if config['ANITYA_WEB_ALLOW_YAHOO_OPENID'] -%}
Yahoo
{%- endif -%} {%- if config['ANITYA_WEB_ALLOW_GENERIC_OPENID'] -%}
Other OpenID
{%- endif -%}
{%- endif -%}
{%- with messages = get_flashed_messages(with_categories=true) -%} {%- if category, messages -%}
{%- for category, message in messages -%} {%- autoescape false -%}
{{ message }}
{%- endautoescape -%} {%- endfor -%} {%- endif -%}
{%- endwith -%} {% block body %}{% endblock %}
{% block jscript %}{% endblock %}