{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{{ definition.verbose_name_plural }} · {% trans "Paxalia Admin" %}{% endblock %} {% block page_title %}{{ definition.verbose_name_plural }}{% endblock %} {% block page_subtitle %}{{ result_count }} {% trans "matching records" %}{% endblock %} {% block extra_css %}{% endblock %} {% block dashboard_content %}
{% trans "Paxalia Admin" %}/{% trans "Models" %}/{{ definition.verbose_name_plural }}
{{ definition.label }}

{% trans "Records" %}

{% trans "Search, filtering, ordering, permissions, and ModelAdmin queryset behavior are preserved by the Django change-list adapter." %}

{% trans "Overview" %} {% trans "Statistics" %} {% if can_add %}{% trans "Add" %}{% endif %} {% if django_fallback_url %}{% trans "Django Admin" %}{% endif %}
{% trans "Matching records" %}{{ result_count }}
{% trans "Displayed" %}{{ rows|length }}
{% trans "Page" %}{{ pagination.page }}
{% if date_hierarchy %}
{% trans "Date hierarchy" %}

{{ date_hierarchy.label }}

{% if date_hierarchy.years %}{% endif %} {% if date_hierarchy.months %}{% endif %} {% if date_hierarchy.days %}{% endif %}
{% endif %} {% if list_editable_fields %}
{% trans "Inline editing" %}{% trans "Editable columns use Django's registered ModelAdmin formset and validation semantics." %}
{% endif %}
{% trans "Reset" %}
{% if filters %}
{% trans "Filters" %}
{% for filter in filters %}

{{ filter.title }}

{% for choice in filter.choices %}{{ choice.display }}{% endfor %}
{% endfor %}
{% endif %}
{% csrf_token %} {% if list_editable_enabled and list_editable_formset %}{{ list_editable_formset.management_form }}{% endif %}
{% trans "0 selected" %}
{% if actions or can_delete or list_editable_enabled %}
{% if actions or can_delete %} {% endif %} {% if list_editable_enabled %}{% endif %}
{% endif %}
{% for column in columns %}{% endfor %} {% for row in rows %} {% if row.can_view %} {% for cell in row.cells %}{% endfor %} {% else %} {% endif %} {% empty %}{% endfor %}
{% trans "Select" %}{% if column.sortable and column.sort_url %}{{ column.label }}{% if column.ascending %} ↑{% elif column.descending %} ↓{% endif %}{% else %}{{ column.label }}{% endif %}{% trans "Actions" %}
{% if row.selectable %}{% endif %}{% if cell.editable %}{{ cell.form_field }}{% elif cell.href %}{{ cell.value }}{% else %}{{ cell.value }}{% endif %}{% if row.editable_hidden_fields %}{% for hidden_field in row.editable_hidden_fields %}{{ hidden_field }}{% endfor %}{% endif %}{% trans "View" %}{% if row.change_url %}{% trans "Edit" %}{% endif %}{% if row.delete_url %}{% trans "Delete" %}{% endif %} {% trans "Restricted" %}

{% trans "No records found" %}

{% trans "Adjust the search or filter state, or create the first record." %}

{% blocktrans with count=pagination.full_count %}{{ count }} total{% endblocktrans %}
{% endblock %} {% block page_scripts %}{% endblock %}