{% extends 'base.html' %} {% load humanize %} {% block title %}— {% if work.is_free %} {{ work.title }} is a Free eBook. {% for fmt in work.formats %}[{{ fmt }}]{% endfor %} {% else %} Help us make {{ work.title }} a Free eBook! {% endif %}{% if action == 'editions' %} – All Editions{% endif %} {% endblock %} {% block extra_meta %} {% for author in work.relators %}{% endfor %} {% if work.first_isbn_13 %}{% endif %} {% endblock %} {% block topsection %}

{{ work.title }}

{% if work.authors.count == 2 %} and {% endif %}{% if work.relators.count > 2 %}{% for author in work.relators %}{% if not forloop.first %}, {% endif %}{% endfor %} {% endif %}

{% if work.last_campaign.publisher %} {{ work.last_campaign.publisher }} {% endif %}

{% endblock %}