{% extends "base.html" %} {% load static %} {% load i18n %} {% load crispy_forms_tags %} {% load pretty_money %} {% block content %}

{% trans "Buttons list" %}

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

{% trans "Price history" %}

{% endif %} {% endblock %}