${this.get_name()} % if this.failure(): Failed % elif this.error(): Error % else: Success % endif ${this.get_time()}s % if this.failure() or this.error():
${this.get_log()}
      
% endif