<div class="col-md-4">
<table class="table table-condensed table-bordered table-striped">
<tbody>
<tr><td class="align-left"><strong>${_('Sell')}</strong></td><td id="sell-price" data-price="${sell_price}" class="formatgw2money align-right">${sell_price}</td></tr>
<tr><td class="align-left"><strong>${_('Buy')}</strong></td><td id="buy-price" data-price="${buy_price}" class="formatgw2money align-right">${buy_price}</td></tr>
<tr><td class="align-left"><strong>${_('Level')}</strong></td><td class="align-right">${level}</td></tr>
<tr><td class="align-left"><strong>${_('Rarity')}</strong></td><td class="align-right">${_(utils.format_rarity(rarity))}</td><tr>
<tr><td class="align-left"><strong>${_('Category')}</strong></td><td class="align-right">${category_string.strip('- ')}</td></tr>
<tr><td class="align-left"><strong>${_('Code')}</strong></td><td class="align-right"><input type="text" readonly style="max-width:140px" value="${utils.gw2code(id)}"></td></tr>
templates/item.htm, line 19:
<tr><td class="align-left"><strong>${_('Sell')}</strong></td><td id="sell-price" data-price="${sell_price}" class="formatgw2money align-right">${sell_price}</td></tr>
templates/base.htm, line 22:
/home/lorph/gwtp/.venv/lib/python3.10/site-packages/mako/runtime.py, line 943:
callable_(context, *args, **kwargs)
/home/lorph/gwtp/.venv/lib/python3.10/site-packages/mako/runtime.py, line 916:
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
/home/lorph/gwtp/.venv/lib/python3.10/site-packages/mako/runtime.py, line 874:
/home/lorph/gwtp/.venv/lib/python3.10/site-packages/mako/template.py, line 439:
return runtime._render(self, self.callable_, args, data)
/home/lorph/gwtp/lib/flask_mako.py, line 53:
return template.render(**kwargs)