{% extends "p4l/p4l_base.html" %} {% load static %} {% load i18n %} {% load p4lstringfilters %} {% block page_title %}{% trans 'Record List' %} - {% trans 'Page' %} {{ page_obj.number }}{% endblock %} {% block content %}

{% trans 'Record List' %}

{% if is_paginated %} {% endif %} {% for record in object_list %} {% empty %} {% endfor %}
{% trans 'identifier' %}{% trans 'titles' %}{% trans 'dates' %} (années imprint){% trans 'actions' %}
{{ record.identifier }}
    {% for t in record.titles.all %}
  • {{ t.title }}
  • {% endfor %}
 
{% trans 'No record' %}
{% if is_paginated %} {% endif %} {% endblock %}