{% load i18n %} {% load static %} {% if app_list %}
{% for app in app_list %}
{% if app.app_label == 'se' %} {% if 'se.add_document' in perms %} {% endif %} {% if 'se.view_crawlerstats' in perms %} {% endif %} {% if 'se.view_crawlerstats' in perms %} {% endif %} {% endif %} {% for model in app.models %} {% if model.admin_url %} {% else %} {% endif %} {% if model.add_url %} {% else %} {% endif %} {% if app.app_label == 'se' and model.name == 'Search Engines' %} {% endif %} {% if app.app_label == 'se' and model.name == 'Tags' %} {# hack to insert a title #}

{% if app.app_label == 'se' %} {{ app.name }} {% elif app.app_label == 'auth' %} Authentication {% endif %}

🌐 Crawl a new URL
βœ”
Crawl queue
πŸ“Š Analytics
πŸ•· Crawlers
{{ model.icon|default:"" }} {{ model.name }}{{ model.name }} {% translate 'Add' %} {% if model.name == 'Cookies' %} {% translate 'Import' %} {% endif %}
βš™οΈ Rest API
{% endif %} {% endfor %}

Advanced

{% endfor %}
{% else %}

{% translate 'You don’t have permission to view or edit anything.' %}

{% endif %}