{% block head %}{% endblock %}
Classifieds
{{ _('Browse') }}
{% if current_user.is_authenticated %}
{{ _('Post') }}
{{ _('My listings') }}
{{ _('Saved') }}
{{ _('Messages') }} {% if unread_count %}
{{ unread_count }}
{% endif %}
{{ current_user.display_name }}
{{ _('Sign out') }}
{% else %}
{{ _('Sign in') }}
{{ _('Register') }}
{% endif %}
{% for code in SUPPORTED_LOCALES %}
{{ code|upper }}
{% endfor %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, msg in messages %}
{{ msg }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}