{# This templates is used to display results when searching remote objects, # for example actors. #} {% if 'preferredUsername' in search_result %} {% endif %}
Name {{ search_result['name'] }}
Username {{ search_result['preferredUsername'] }}
Type {{ search_result['type'] }}
Follow {% if search_result['type'] == 'Project' %} Submit ticket Send patch {% endif %}