{% extends "base.html" %} {% block title %}{{ _('Admin · Listings') }}{% endblock %} {% block content %} {% include "admin/_nav.html" %}
{{ _('Auto-flag threshold: %(n)s distinct reports · Blocklist: %(k)s keywords', n=flag_threshold, k=keyword_blocklist|length) }} · {{ _('Edit in Settings') }}
{{ _('No flagged listings.') }}
{% endif %}| {{ l.title }} | {{ l.flag_count }} {{ _('flags') }} | {{ l.status.value }} | {{ l.created_at.strftime('%Y-%m-%d') }} |