{% comment %} Reusable status badge component with consistent styling. Usage: {% include 'components/status_badge.html' with status="OPERATING" %} {% endcomment %} {% load park_tags %} {% with status_config=status|get_status_config %} {% if status_config.icon %} {% endif %} {{ status_config.label }} {% endwith %}