regluit/frontend/templates/notification/pledge_status_change/notice.html

19 lines
638 B
HTML
Raw Normal View History

{% with campaign.work.title as title %}
<div class="comments clearfix">
<div class="comments_info clearfix">
<div class="comments_book">
<a href="{% url work campaign.work.id %}"><img src="{{ campaign.work.cover_image_small }}" alt="cover image for {{ title }}" /></a>
</div>
<div class="comments_graphical">
Your pledge for the campaign to unglue {{ title }} has been modified.
</div>
</div>
<div class="comments_textual">
Your new pledge is as follows:<br />
Amount: ${{ amount }}<br />
Premium: {{ premium.description }}<br />
Thank you for your continued support of {{ title }}.
</div>
</div>
{% endwith %}