% if this.properties:
Name
Value
% for (name, value, ) in this.properties.iteritems():
${name}
${value}
% endfor
% endif