{% comment %}
Cotton Status Badge Component
Converts existing status badge component to use Django Cotton's component system
Preserves canonical status mapping from park_tags
{% endcomment %}
{% load park_tags %}
{% with status_config=status|get_status_config %}
{% if status_config.icon %}
{% endif %}
{{ status_config.label }}
{% endwith %}