{% 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 %} {% endif %} {% for model in app.models %} {% if model.admin_url %} {% else %} {% endif %} {% if model.add_url %} {% else %} {% endif %} {% if model.admin_url and show_changelinks %} {% if model.view_only %} {% else %} {% endif %} {% elif show_changelinks %} {% endif %} {% endfor %}
{% if app.app_label == 'se' %} {% elif app.app_label == 'auth' %} {% endif %} {{ app.name }}
Crawl a new URL
Crawl status
{{ model.name }}{{ model.name }}{% translate 'Add' %}{% translate 'View' %}{% translate 'Change' %}
{% endfor %} {% else %}

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

{% endif %}