{% load i18n %}
{% if model.admin_url %} {% else %}
{% endif %} {{ model.name }} {% if model.object_count_label %} {{ model.object_count_label }} {% endif %} {% if model.object_name == "Crawl" %} Create and monitor URL collection jobs. {% elif model.object_name == "CrawlSchedule" %} Recurring crawl definitions and timers. {% elif model.object_name == "Snapshot" %} Archived pages and page-level metadata. {% elif model.object_name == "ArchiveResult" %} Extractor outputs generated per snapshot. {% elif model.object_name == "Tag" %} Labels, saved groupings, and collection filters. {% elif model.object_name == "Persona" %} Browser profiles, cookies, and crawl identity. {% elif model.object_name == "User" %} Admin users, permissions, and access. {% elif model.object_name == "Machine" %} Host identity and runtime configuration. {% elif model.object_name == "NetworkInterface" %} Network interfaces and endpoint metadata. {% elif model.object_name == "Binary" %} Installed tools discovered by ArchiveBox. {% elif model.object_name == "Process" %} Hook, binary, and crawl process history. {% elif model.object_name == "APIToken" %} API credentials for automation. {% elif model.object_name == "OutboundWebhook" or model.object_name == "Webhook" %} Outbound webhook integrations. {% elif model.name == "Configuration" %} Live settings and plugin configuration. {% elif model.name == "Dependencies" %} Runtime binaries and installed packages. {% elif model.name == "Plugins" %} Enabled extractors and integration plugins. {% elif model.name == "Workers" %} Background worker and queue state. {% elif model.name == "Logs" %} Runtime logs and diagnostics. {% else %} {{ model.object_name|default:model.name }} {% endif %} {% if model.admin_url %} {% else %}
{% endif %} {% if model.object_name == "Crawl" %}
{% translate "Add" %}
{% endif %}