{% from 'macros.html' import display_artist_credit, write_a_review, show_life_span with context %}
{% for result in results %}
{% if type == "artist" %}
{{ result['name'] }}
{% if result['disambiguation'] is defined %}({{ result['disambiguation'] }}){% endif %}
{{ result['sort-name'] is defined and result['sort-name'] }}
{{ result['type'] is defined and result['type'] or '-' }}
{{ result['country'] is defined and result['country'] or '-' }}