You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
447 B

  1. {% if sub.pm_is_card %}
  2. <img src="{{ pm.image_url }}" height="30" /> <span class="masked_number">{{ pm.masked_number }}</span>
  3. {% if pm.expired %}
  4. <span class="text-danger">(expired)</span>
  5. {% endif %}
  6. {% endif %}
  7. {% if sub.pm_is_paypal %}
  8. <img src="{{ pm.image_url }}" height="30" /> {{ pm.email }}
  9. {% endif %}
  10. {% if sub.subscription_id %}
  11. <input type="hidden" id="nbd" value="{{ sub.next_billing_date }}" />
  12. {% endif %}