|
|
@ -15,10 +15,10 @@
|
|
|
|
<title>XPPL</title>
|
|
|
|
<title>XPPL</title>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<div class="container" style="padding:10px; border-style:dashed; border-width:1px;">
|
|
|
|
<div class="container" style="padding:10px;">
|
|
|
|
<h1 style='font-family: Archivo Narrow; text-align: center;'>Potential Books</h1>
|
|
|
|
<h1 style='font-family: Archivo Narrow; text-align: center;'>A Potential PDF</h1>
|
|
|
|
|
|
|
|
|
|
|
|
<h3 style='font-family: Archivo Narrow; text-align: center;'>Archiving the gaps in the XPPL library: </h3>
|
|
|
|
<h3 style='font-family: Archivo Narrow; text-align: center;'>Every book ever requested in the XPPL library: </h3>
|
|
|
|
<div style='font-family: Courier New; text-align: center; font-size: 10pt;'>
|
|
|
|
<div style='font-family: Courier New; text-align: center; font-size: 10pt;'>
|
|
|
|
<p> {% for pbook in pbooks %}"{{ pbook.ptitle }}" requested on: {{ pbook.time|string|truncate(17,true," ")}}
|
|
|
|
<p> {% for pbook in pbooks %}"{{ pbook.ptitle }}" requested on: {{ pbook.time|string|truncate(17,true," ")}}
|
|
|
|
</p>{% endfor %}
|
|
|
|
</p>{% endfor %}
|
|
|
|