Contributors
Tracking
{% if is_granted('ROLE_ADMIN') %} Regions {% endif %} Items
Categories
{% if route|start_with('bo_item') %} {% for _category in itemsCategories %} {{ _category|split(' ')|join('
')|raw }}
{% endfor %} {% endif %} Monsters
Categories
{% if route|start_with('bo_monster') %} {% for _category in monstersCategories %} {{ _category|split(' ')|join('
')|raw }}
{% endfor %} {% endif %} Worldmarks
Categories
{% if route|start_with('bo_worldmark') %} {% for _category in worldmarksCategories %} {{ _category|split(' ')|join('
')|raw }}
{% endfor %} {% endif %}