{% extends "p4l/p4l_base.html" %} {% load static %} {% load i18n %} {% load p4lstringfilters %} {% block content %}

{% trans 'Record List' %}

{% if is_paginated %} {% endif %} {% for record in object_list %} {% empty %} {% endfor %}
URIlang.{% trans 'title' %}{% trans 'actions' %}
{{ record.uri|reduce:"4,13" }} {{ record.language.language|reduce:"0,3" }}
    {% for t in record.titles.all %}
  • {{ t.title }}
  • {% endfor %}
{% trans 'No record' %}
{% if is_paginated %} {% endif %}
{% endblock %}