{% extends "message.html" %} {% load i18n %} {% block tags %}info{% endblock %} {% block message %} {% if payment_enabled and not user_billings %} {% trans "Purchase new hosting plan" %} {% else %} {% trans "Check your billing status" %} {% endif %} {% trans "This might be caused by missing subscription or some of your billings are past due date or over limits." %}
{% endblock %}