{% extends "cash/base.html" %} {% load i18n %} {% block content %}

{% trans "Buy product" %}

{% blocktrans %}You cannot buy this product, as the debt limit has been reached.{% endblocktrans %}
{% trans "Back" %} {% endblock %}