{% if restock_latest.in_stock is not none %}
{{ _('In stock') if restock_latest.in_stock else _('Out of stock') }}
{% endif %}
{% if restock_latest.price is not none %}
{{ restock_currency }}{{ restock_latest.price }}
{% endif %}
{# Full data table, shown by default. Rows are filled by the graph JS from the same
fetched data; the XLSX export is generated server-side for correct number formats. #}