{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static i18n crispy_forms_tags pretty_money %} {% block content %} {% trans "Buttons list" %}

{{ title }}

{% csrf_token %} {{form|crispy}}
{% if price_history and price_history.1 %}

{% trans "Price history" %}

{% endif %}
{% endblock %}