{% import "macros.html" as macros %}
0 %}
alt="{% trans new=moderation_items['new_count'], seen=moderation_items['seen_count']%}{{new}} new flagged posts and {{seen}} previous{% endtrans %}"
title="{% trans new=moderation_items['new_count'], seen=moderation_items['seen_count']%}{{new}} new flagged posts and {{seen}} previous{% endtrans %}"
{% else %}
alt="{% trans new=moderation_items['new_count'] %}{{new}} new flagged posts{% endtrans %}"
title="{% trans new=moderation_items['new_count'] %}{{new}} new flagged posts{% endtrans %}"
{% endif %}
/>
{% elif moderation_items['seen_count'] > 0 %}
{% endif %}
{% endif %}
{#
{% endif %}
{% else if moderation_items['seen_count'] > 0 %}
{% endif %}
{% endif %#}
{% endspaceless %}
({{ macros.user_long_score_and_badge_summary(user) }})
{% trans %}logout{% endtrans %}
{% else %}
{% trans %}login{% endtrans %}
{% endif %}
{% trans %}about{% endtrans %}
{% trans %}faq{% endtrans %}
{% if request.user.is_administrator %}
{% trans %}settings{% endtrans %}
{% endif %}