{# Badge to display a project/category link #} {# DEPRECATED: to be removed in SODAR Core v1.3 #} {# Use the get_project_badge() template tag instead #} {# Parameters: #} {# project (Project object) #} {# color (string) #} {# can_view (boolean) #} {% if can_view %} {{ project.title }} {% else %} {{ project.title }} {% endif %}