{% extends "polls_base.html" %} {% block message%} {% if error != '' %}
{{error}}
{% else %} {% if success != '' %}
{{success}}
{% endif %} {% endif %} {% endblock message%} {% block content %} {{__("Congrats! You've completed the payment. Click here to proceed with upgrading plugin!")}} {% endblock content %}