{% extends "base.html" %} {% macro torrent_entry(torrent) %} {% set state_label,badge_type = status_map[torrent.state] or (torrent.state,'light') %}