diff --git a/subscriptions/templates/subscriptions/base.html b/subscriptions/templates/subscriptions/base.html new file mode 100644 index 0000000..dba8f03 --- /dev/null +++ b/subscriptions/templates/subscriptions/base.html @@ -0,0 +1,40 @@ + + + +
+ + +No offers available.
+| + Signed Date + | ++ Notification Type + | ++ Original Transaction ID + | ++ Offer Identifier + | +
|---|---|---|---|
| + {{ notification.signedDate }} + | ++ {% if notification.notificationType == 'SUBSCRIBED' %} + + {{ notification.notificationType }} + + {% elif notification.notificationType == 'REFUND' %} + + {{ notification.notificationType }} + + {% else %} + {{ notification.notificationType }} + {% endif %} + | ++ {{ notification.originalTransactionId }} + | ++ {{ notification.offerIdentifier }} + | +
{{ subscribed_count }}
+{{ refund_count }}
+{{ net_count }}
+${{ revenue }}
+No subscription or refund notifications found for this offer in {{ month_name }}.
+