<%inherit file="base.html" /> <%def name="body()">

Suggestions

%for artist in cloudlist:
${artist['Count']}
%if artist['Status'] == 'Loading': %else: ${havetracks}/${totaltracks} %endif
%endfor