{% block header %}{% endblock %}
upstream-monitoring.org
{% if 'about' == current %}
{% else %}
{% endif %}
about
{% if current == 'projects' %}
{% else %}
{% endif %}
projects
{% if current == 'distros' %}
{% else %}
{% endif %}
distros
{% if g.auth.logged_in %} {% if current == 'Add projects' %}
{% else %}
{% endif %}
add project
{% if is_admin %} {% if current == 'logs' %}
{% else %}
{% endif %}
logs
{% endif %}
logout
{% else %}
login
{% if config['CNUCNU_WEB_FEDORA_OPENID'] and config['CNUCNU_WEB_ALLOW_FAS_OPENID'] %}
Fedora
{% endif %} {% if config['CNUCNU_WEB_ALLOW_GOOGLE_OPENID'] %}
Google
{% endif %} {% if config['CNUCNU_WEB_ALLOW_YAHOO_OPENID'] %}
Yahoo
{% endif %} {% if config['CNUCNU_WEB_ALLOW_GENERIC_OPENID'] %}
Other OpenID
{% endif %}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if category, messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block body %}{% endblock %}
{% block jscript %}{% endblock %}