{% block header %}{% endblock %}
release-monitoring.org
Docs
{%- if current == 'projects' -%}
{%- else -%}
{%- endif -%}
Projects
All
Updated
Failed to update
Never updated
Archived
{%- if current == 'distros' -%}
{%- else -%}
{%- endif -%}
Distros
{%- if user and user.is_authenticated -%} {%- if current == 'Add projects' -%}
{%- else -%}
{%- endif -%}
Add Project
{%- if current == 'logs' -%}
{%- else -%}
{%- endif -%}
Logs
{%- if is_admin -%} {%- if current == 'flags' -%}
{%- else -%}
{%- endif -%}
Flags
{%- if current == 'users' -%}
{%- else -%}
{%- endif -%}
Users
{%- endif -%} {%- if current == 'settings' -%}
{%- else -%}
{%- endif -%}
Settings
Logout
{%- else -%}
Login
{%- endif -%}
Search
{%- 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 %}