{% extends 'base.html' %} {% block title %}Upgrade — AgentForms{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
You're currently on the {{ user.tier }} tier. Upgrade for more forms and higher submission limits.
{% if not stripe_configured %}Stripe integration is not configured yet. Check back soon!