{% if edition.ebooks.all.0 %}
eBooks for this Edition
{% if alert %}
{{alert}}
{% endif %}
{% for ebook in edition.ebooks.all %}
{{ ebook.format }} {{ebook.rights}} at {{ebook.provider}}. Downloaded {{ ebook.download_count }} times.
{% endfor %}
{% endif %}
Add an eBook for this Edition:
If you know that this edition is available as a public domain or Creative Commons ebook, you can enter the link here and "unglue" it. Right now, we're only accepting URLs that point to Internet Archive, Wikisources, Wikibooks, Hathitrust, Project Gutenberg, raw files at Github, or Google Books.
{% else %}
Adding ebook links is disabled for this work.
{% endif %}
{% endif %}