{% extends "base.html" %} {% block title %}{{ _('Admin · Promoted Keywords') }}{% endblock %} {% block content %} {% include "admin/_nav.html" %}
{{ _('No promoted keywords.') }}
{% endif %}| {{ _('Keyword') }} | {{ _('Listing') }} | {{ _('Priority') }} | {{ _('Expires') }} | {{ _('Status') }} | |
|---|---|---|---|---|---|
{{ pk.keyword }} |
{% if pk.listing %} {{ pk.listing.title[:60] }} {% else %}—{% endif %} | {{ pk.priority }} | {{ pk.expires_at.strftime('%Y-%m-%d') }} | {% if pk.is_active %} {{ _('Active') }} {% else %} {{ _('Expired') }} {% endif %} |