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