{% load i18n wagtailadmin_tags %}
{% trans 'title'|capfirst %} | {% trans 'title tag'|capfirst %} | {% trans 'meta description'|capfirst %} | {% trans 'Edited' %} | {% trans 'Edited by' %} | {% block extra_columns %}{% endblock %}
---|---|---|---|---|
{% block page_title %} {% i18n_enabled as show_locale_labels %} {% include "wagtailadmin/pages/listing/_page_title_explore.html" with show_locale_labels=show_locale_labels %} {% endblock %} |
{% if page.seo_title %}
{{ page.seo_title }}
{% else %}
-
{% endif %}
{% if page.seo_title_value|length > 60 %} {% trans 'Too long' %} {% elif page.seo_title_value|length < 50 %} {% trans 'Too short' %} {% else %} {% trans 'Ok' %} {% endif %} |
{% if page.search_description %}
{{ page.search_description|truncatechars:50 }}
{% if page.search_description|length > 160 %} {% trans 'Too long' %} {% elif page.search_description|length < 50 %} {% trans 'Too short' %} {% else %} {% trans 'Ok' %} {% endif %} {% else %} {% trans 'Missing' %} {% endif %} |
{% if page.latest_revision_created_at %} {% human_readable_date page.latest_revision_created_at %} {% endif %} | {% if page.latest_revision.user %} {{ page.latest_revision.user }} {% else %} - {% endif %} {% block extra_page_data %} {% endblock %} |