{% extends "webpage/base.html" %} {% load static %} {% load transkribus_extras %} {% block title %}Search{% endblock %} {% block content %} {% trp_lang as my_lang %}

{{ collection.colName }}

{{ nr_docs }} {{ my_lang.docs.doc_plural }}

{{ collection.description }}

{% for x in result %} {% endfor %}
{{ my_lang.docs.title_col }} {{ my_lang.docs.page_nr_col }} {{ my_lang.docs.preview_col }}
{{ x.title }} {{ x.nrOfPages }}
{% endblock %}