regluit/frontend/templates/num_wishes.html

9 lines
777 B
HTML
Raw Normal View History

2016-05-11 14:41:50 +00:00
{% if work.last_campaign.type == 3 %}
2015-04-28 03:24:02 +00:00
<a href="{% url 'work' workid %}?tab=3" class="nobold"><span class="rounded"><span class="grey"><span class="">Thanked by&nbsp;</span>{{ work.last_campaign.supporters_count }}</span></span></a>
{% else %}
{% if work.num_wishes %}
2015-04-28 03:24:02 +00:00
<a href="{% if workid %}{% url 'work' workid %}{% else %}{% url 'googlebooks' googlebooks_id %}{% endif %}?tab=3" class="nobold"><span class="rounded"><span class="grey"><span class="">Faved by&nbsp;</span>{{ work.num_wishes }}</span></span></a>
{% else %}
2016-06-20 17:08:23 +00:00
<a href="{% if workid %}{% url 'work' workid %}{% else %}{% url 'googlebooks' googlebooks_id %}{% endif %}?tab=3" class="nobold"><span class="rounded"><span class="grey">No Faves</span></span></a>
{% endif %}
{% endif %}