{% extends '../layouts/dashboard.html' %} {% block title %}{{title}}{% endblock %} {% block content %}
{% include "../partials/flash.html" %} {% if user.stripe.last4 %}
4242424242424242, 11/19, 123 - additional test cards
{% endif %}
{% for plan in plans %}
{% endfor %}
{% if !user.stripe.last4 %}
4242424242424242, 11/19, 123 - additional test info
{% endif %}
{% endblock %}