{% extends 'base.html.twig' %} {% block title %} {{ parent() }} - Purchase {% endblock %} {% set freq_text = { 'monthly': 'every month', 'onetime': 'one time payment', } %} {% block content %} {% if not product.enabled %}
This product is currently disabled and cannot be purchased.
If you believe this is an error, please contact support.