diff --git a/templates/auto-refund.html b/templates/auto-refund.html index 37bb4a067..8504981ee 100644 --- a/templates/auto-refund.html +++ b/templates/auto-refund.html @@ -1,3 +1,5 @@ + + {% extends "base.html" %} {% block main %}
+ |
+
|
+ + | ||||||||||
+ | + {% block main %}{% endblock %} + | ++ | ||||||||||
+
|
+
- Your ${{ amount }} payment to Functional Software, Inc, dba Sentry has - failed + | {{ date }} +
++ Your ${{ amount }} payment to Functional Software, Inc, dba + Sentry has failed
- We were unable to process your {% if card_type %}{{ card_type | capitalize }}{% else %}card{% endif %}{% if last_four %} ending in {{ - last_four }}{% endif %}. Please take a moment to double check your payment information to - ensure your account continues to run smoothly. +
+ We were unable to process your {% if card_type %}{{ card_type | + capitalize }}{% else %}card{% endif %}{% if last_four %} ending in + {{ last_four }}{% endif %}. Please take a moment to double check + your payment information to ensure your account continues to run + smoothly. +
+ -Update your billing info -In most cases, a payment might fail due to:
-In most cases, a payment might fail due to:
++
If you have any questions or need help, please contact us at - support@codecov.io + support@codecov.io
Total: USD ${{ amount }}
-{{ date }}
{% endblock %}