{% extends "browser_base.html" %} {% block title %}{{ items.0.slot.name|capfirst }}s{% endblock %} {% block content %}
Equipment | Price | Rarity | Effect |
---|---|---|---|
{{ item.name|capfirst }}
{% if item.is_two_handed %}
(2-Hand) {% endif %} |
{{ item.price }} | {{ item.rarity.name|capfirst }} | {{ item.effect }} |