{% load humanize %}
{% if status == 'ACTIVE' %} {% if work.last_campaign.type == 1 %} {% if pledged %}
{% else %}
{% endif %} {% elif work.last_campaign.type == 3 %}
Download
... and thank the creators!
{% elif license_is_active %}
Download
{% elif borrowable %}
{% else %}
{% endif %} {% elif work.is_free %}
Download
{% endif %}

{% if status == 'ACTIVE' and work.last_campaign.email %}

Ask Questions

{% endif %}

Share

Copy/paste this into your site:
{% if status == 'ACTIVE' %}
{% if premiums %}

Premiums

{% endif %} {% if work.last_campaign.type == 1 %}

Acknowledgements

{% endif %} {% if work.last_campaign.type == 2 %} {% if lib_licenses.available %}

Borrow

{% endif %}

Buy for Yourself

Buy as a Gift

{% if borrowed %}

Borrowed!

{% else %}

Buy for a Library

{% endif %} {% endif %} {% if work.last_campaign.type == 3 %}

Thank the Creators

{% endif %}
{% endif %}
{% if request.user.libpref %} {% if work.is_free or work.ebookfiles %}

for libraries...

{% include 'marc_form.html' %}
{% endif %} {% endif %}