{% extends "admin/admin_base.html" %} {% load static %} {% block content-area %}

Dataset

{% for doc in object_list %} {% endfor %}
# Text
{{ forloop.counter0|add:page_obj.start_index }} {{ doc.text|truncatechars:200 }}
{% if is_paginated %} {% endif %} {% endblock %}