|
|
@@ -4,6 +4,8 @@
|
|
|
{% load render_table from django_tables2 %}
|
|
|
{% load static %}
|
|
|
|
|
|
+{% block title %}{{ content_type.model_class|meta:"verbose_name_plural"|bettertitle }}{% endblock %}
|
|
|
+
|
|
|
{% block controls %}
|
|
|
<div class="controls">
|
|
|
<div class="control-group">
|
|
|
@@ -26,7 +28,7 @@
|
|
|
{% block tab_items %}
|
|
|
<li class="nav-item" role="presentation">
|
|
|
<button class="nav-link active" id="object-list-tab" data-bs-toggle="tab" data-bs-target="#object-list" type="button" role="tab" aria-controls="edit-form" aria-selected="true">
|
|
|
- {% block title %}{{ content_type.model_class|meta:"verbose_name_plural"|bettertitle }}{% endblock %}
|
|
|
+ Records
|
|
|
{% badge table.page.paginator.count %}
|
|
|
</button>
|
|
|
</li>
|