{% extends "wagtailadmin/base.html" %} {% load i18n static %} {% block titletag %} {% if is_title %}{% trans "Bulk Edit SEO Titles" %}{% else %}{% trans "Bulk Edit Meta Descriptions" %}{% endif %} - {% trans "SEO Toolkit" %} {% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block content %}

{% if is_title %} {% trans "Bulk Edit SEO Titles" %} {% else %} {% trans "Bulk Edit Meta Descriptions" %} {% endif %}

{% csrf_token %} {% for page_id in page_ids %} {% endfor %}

{% if templates %}

{% trans "Choose a saved template to auto-fill the content below" %} | {% trans "Manage templates" %}

{% else %}

{% trans "No templates available for this page type." %} | {% trans "Manage templates" %}

{% endif %}

{% for placeholder in placeholders %} {% endfor %}

{% trans "Preview Changes" %}

{% trans "See how your template will be applied to each page" %}

{% for page in pages %} {% empty %} {% endfor %}
{% trans "Page" %} {% trans "Type" %} {% trans "Current" %} {% trans "New" %} {% trans "SEO Checks" %}
{{ page.title }} {{ page.page_type_display_name }} {% if page.current_processed %} {{ page.current_processed }} {% else %} {% trans "Not set" %} {% endif %} {% trans "Enter template above..." %}
{% trans "Waiting..." %}

{% trans "No pages selected. Please go back and select pages." %}

{% trans "Cancel" %}
{% endblock %}