{% macro drop(label) %}

{{ category.kind|capitalize +}} {{+ label|capitalize }}

{% for drop in category.drops(label) %}
{{ drop.from +}} {{+ drop.chance }}%
{% endfor %}
{% endmacro %}