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

{{ title }}

{% trans "Buttons list" %}

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

{% trans "Price history" %}

{% endif %} {% endblock %}