{% if g.user and g.user.regtoken %} Warning: this user account has not yet been confirmed.
Until the account has been confirmed, You won't receive notifications and cannot add packages to your watch list. {# TODO: provide link to "request new token" #}
{% endif %}
{% with flashes = get_flashed_messages() %} {% if flashes %} {% endif %} {% endwith %}
{% block body %}{% endblock %}
Project Grumpy