{% load common_tags %}{% switch value %}{% case "first" %}first value{% case "second" %}second value{% case "third" %}third value{% else %}default{% endswitch %}