{% extends "basedocumentation.html" %} {% block title %}More Results of {{ campaign }}{% endblock %} {% block doccontent %}
Premiums offered:
Premium ID | Description |
---|---|
{{premium.id }} | {{ premium.description }} |
Premiums Earned:
Premium ID | Ungluer e-mail |
---|---|
{{ transaction.premium.id }} | {{ transaction.user.email }} |
Transactions:
Date Executed | Amount |
---|---|
{% if transaction.date_executed %}{{ transaction.date_executed }}{% else %}{{ transaction.date_payment }}{% endif %} | ${{ transaction.amount }} |