{% import "search_macros.html" as search_macros %} {% extends "base.html" %} {% block title %} {{ doc.title }} {% endblock %} {% block extra_head %} {% for contrib in doc.biblio.contrib_names %} {% endfor %} {% if doc.biblio.release_date or doc.biblio.release_year %} {% endif %} {% if doc.biblio.container_name %} {% endif %} {% if doc.biblio.volume %} {% endif %} {% if doc.biblio.issue %} {% endif %} {% if doc.biblio.pages %} {% endif %} {% if doc.biblio.doi %} {% endif %} {% if doc.fulltext.access_url and doc.biblio.release_ident == doc.fulltext.release_ident and doc.fulltext.access_type in ['wayback', 'ia_file'] and doc.fulltext.file_mimetype == "application/pdf" and doc.fulltext.file_sha1 %} {% endif %} {% endblock %} {% block fullmain %}