> Legion
function P(e){e.innerHTML='

\u0422\u043e\u0432\u0430\u0440\u0438

'+pr.map(function(p){var c=p.cost_price||0,n=p.price||0,m=c>0?Math.round((n-c)/c*100):0;return''}).join('')+'
ID\u041d\u0430\u0437\u0432\u0430\u0421\u043e\u0431\u0456\u0432.\u0426\u0456\u043d\u0430%\u0421\u0442
'+(p.images&&p.images[0]?'':p.image_url?'':'')+'#'+p.id+''+p.name+''+(c?c.toLocaleString():'')+''+n.toLocaleString()+''+(c>0?''+m+'%':'')+''+(p.in_stock?'\u0404':'')+'
'} function aP(){var n=prompt('\u041d\u0430\u0437\u0432\u0430 \u0442\u043e\u0432\u0430\u0440\u0443:');if(!n)return;fetch('/api/products',{method:'POST',headers:{'Content-Type':'application/json','X-CSRF-Token':X()},body:JSON.stringify({name:n,price:0,cost_price:0,category_slug:'strikeball',in_stock:true})}).then(function(r){return r.json()}).then(function(d){if(d.error)throw new Error(d.error);T('OK');L();S('p')}).catch(function(e){T(e.message,'er')})}