{% extends "template.html" %} {% block content %}

{{ item_name }}

{% if item_report['user_Buy'] %} Buy, {% endif %} {% if item_report['user_Sell'] %} Sell, {% endif %} {% if item_report['user_Make'] %} Make {% endif %}

{% for location in ['bag', 'bank', 'mail', 'auc'] %} {% for player in ['ahm', 'mule', 'char'] %} {% endfor %} {% endfor %}
AH main Mule Chars
{{location}} {{ item_report["inv_"+player+"_"+location] }}
Totals {{item_report['inv_total_ahm']}} {{item_report['inv_total_hold']}} {{item_report['inv_total_all']}}
Max sell {{item_report['user_max_sell']}}
Min hold {{item_report['user_min_holding']}}
Mean hold {{item_report['user_mean_holding']}}
Max hold {{item_report['user_max_holding']}}
Replenish qty {{item_report['replenish_qty']}}
Replenish Z {{ "%.2f"|format(item_report['replenish_z']) }}
material_make_cost {{item_report['material_make_cost']}} bbpred_price {{item_report['bbpred_price']}}
profit_feasible {{item_report['profit_feasible']}} bbpred_quantity {{item_report['bbpred_quantity']}}
sell_rank {{item_report['sell_rank']}} bbpred_std {{item_report['bbpred_std']}}
sell_probability {{ "%.2f"|format(item_report['sell_probability'] * 100) }}% list_price_per {{item_report['list_price_per']}}
sell_estimated_profit {{ "%.2f"|format(item_report['sell_estimated_profit']) }} list_price_z {{ "%.2f"|format(item_report['list_price_z']) }}
sell_bid {{ "%.2f"|format(item_report['sell_bid']) }}
sell_buyout {{item_report['sell_buyout']}} buy_price_cap {{item_report['buy_price_cap']}}

Historic profit

Activity

Sell liklihood

Current AH

{% endblock %}