{% extends "admin/layout.html" %} {% block title %}Page Content Manager{% endblock %} {% block body %}

{% trans %}Page Content Manager{% endtrans %}

{% trans %}Edit title, description, head tags, content, and FAQs for each page. Manage translations per language.{% endtrans %}

{% if not session.get('editor_login') or session.get('login') %}
{% endif %}

{% trans %}Static Pages{% endtrans %}

{% if converter_category_pages | length %}

{% trans %}Converter Categories{% endtrans %} ({{ converter_category_pages | length }})

{% trans %}Edit title, description, OG image, category descriptions, long descriptions and FAQs for converter category pages (list.html){% endtrans %}

{% endif %} {% if converter_pages | length %}

{% trans %}Converter Extensions{% endtrans %} ({{ converter_pages | length }})

{% trans %}Edit title, description, OG image, filetype descriptions, format definitions and FAQs for each converter page (converter.html){% endtrans %}

{% endif %} {% if converter_pair_groups | length %}

{% trans %}Converter Pair Pages{% endtrans %}

{% trans %}Edit title, description, and FAQs for individual file conversion pair pages (e.g. MP4 to MP3). Each pair maps to a URL like /convert/mp4-to-mp3.{% endtrans %}

{% for group in converter_pair_groups %}
{{ group.label }} ({{ group.pairs | length }} {% trans %}pairs{% endtrans %})
{% endfor %}
{% endif %} {% if generator_category_pages | length %}

{% trans %}Generator Categories{% endtrans %} ({{ generator_category_pages | length }})

{% trans %}Edit title, description, OG image, category descriptions and FAQs for generator listing pages (list2.html){% endtrans %}

{% endif %} {% if hash_pages | length %}

{% trans %}Hash Generators{% endtrans %} ({{ hash_pages | length }})

{% trans %}Edit title, description, OG image, definitions and FAQs for hash generator pages (hash.html){% endtrans %}

{% endif %} {% if format_definition_pages | length %}

{% trans %}Format Definitions{% endtrans %} ({{ format_definition_pages | length }})

{% trans %}Edit format definitions for all file extensions and hash types{% endtrans %}

{% endif %} {% if currency_pages | length %}

{% trans %}Currency Pages{% endtrans %} ({{ currency_pages | length }})

{% trans %}Edit title, description, OG image and FAQs for currency converter pages{% endtrans %}

{% endif %} {% if currency_base_pages | length %}

{% trans %}Per-Currency Pages{% endtrans %} ({{ currency_base_pages | length }})

{% trans %}Edit title, description and FAQs for individual currency pages (currency:code){% endtrans %}

{% endif %} {# ── Currency Pair Pages ─────────────────────────────────────────────── #}

{% trans %}Currency Pair Pages{% endtrans %} {% if currency_pair_pages %}({{ currency_pair_pages | length }} {% trans %}customized{% endtrans %}){% endif %}

{% trans %}Edit title, description and FAQs for individual currency converter pair pages (e.g. USD→EUR). Type two currency codes below to open or create a pair page.{% endtrans %}

{# Jump-to-pair search form #}
{# List of already-customized pairs #} {% if currency_pair_pages %}
{% for page in currency_pair_pages %} {% endfor %}
{% else %}
{% trans %}No pair pages customized yet. Use the search above to open and edit a pair.{% endtrans %}
{% endif %}
{% endblock %} {% block page_scripts %} {# ── Category CSV Download Modal ──────────────────────────────────── #} {% endblock %}