{% endblock %}
{% block content %}
{% for billing in billings %}
{% include "billing/detail.html" %}
{% empty %}
{% trans "You currently do not have any billings active." as msg %}
{% show_message "info" msg %}
{% if offer_hosting %}
{% trans "View hosting plans" %}
{% endif %}
{% endfor %}
{% endblock %}