@register.assignment_tag
def get_docsting_tags_available():
    return [ (i, v.__doc__) for i, v in registry.get_all_tag_registers.items() ]