@register.filter(is_safe=True)
def prefix_to_items(items, prefix):
    """Add a prefix to the elements of a listing. For example, add "Base" to
    each item in the list.
    """