{{ author.name.replace("|",",") }}
+ {% endfor %} ++ + {{ format.format }} ({{ format.uncompressed_size|filesizeformat }}) +
+ {% endfor %} +{{ _("Book %(index)s of %(range)s", index=entry.series_index | formatfloat(2), range=(entry.series[0].name)|safe) }}
+{% endif %} + +{% if entry.languages|length > 0 %} ++ + {{_('Language')}}: {% for language in entry.languages %}{{language.language_name}}{% if not loop.last %}, {% endif %}{% endfor %} + +
++ + {% for identifier in entry.identifiers %} +
{{ identifier.format_type() }}: {{ identifier|escape }}
+ {% endfor %} + ++ {{ _('Publisher') }}: + {{ entry.publishers[0].name }} + +
+{{ _('Published') }}: {{ entry.pubdate|formatdate }}
+{{_('No Results Found')}}
+{% endif %} + +{% for entry in entries %} + {% if entry.Books.authors %} + {% set author = entry.Books.authors[0].name.replace('|',',')|shortentitle(30) %} + {% else %} + {% set author = '' %} + {% endif %} + +{{ author }} - {{entry.Books.title|shortentitle}}
+ +{% endfor %} + +{% endblock %} diff --git a/cps/templates/basic_layout.html b/cps/templates/basic_layout.html new file mode 100644 index 00000000..b3000be8 --- /dev/null +++ b/cps/templates/basic_layout.html @@ -0,0 +1,47 @@ + + + + +