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