{% extends "base.html" %} {% block title %}{{ state }} {{ _('classifieds') }} — Classifieds{% endblock %} {% block meta_description %}{% endblock %} {% block og_title %}{{ state }} {{ _('classifieds') }}{% endblock %} {% block content %}
{{ _('%(n)s active listings', n=listings|length) }} · {{ _('See all with filters') }}
{% if not listings %}{{ _('No listings in %(state)s yet.', state=state) }}
{% else %} {% endif %}