{% from 'macro/form.twig' import checked, selected %}
Username | Joined | Last seen | Upload | Download | Ratio | Bounty | Downloads | Snatched | Seeding | Invites | {% if show_invited %}Invited | {% endif %}|
{{ u.user_id|user_full }} | {{ u.email }} | {{ u.join_date|time_diff }} | {{ u.last_access|time_diff }} | {{ u.uploaded|octet_size }} | {{ u.downloaded|octet_size }} | {{ ratio(u.uploaded, u.downloaded) }} | {{ u.bounty|octet_size }} | {{ u.downloads|number_format }} | {% if u.snatches is numeric %}{{ u.snatches|number_format }}{% else %}{{ u.snatches }}{% endif %} | {% if u.seeding is numeric %}{{ u.seeding|number_format }}{% else %}{{ u.seeding }}{% endif %} | {{ u.invites|number_format }}{% if u.disable_invites %} 🚫{% endif %} | {% if show_invited %}{{ u.invited|number_format }} | {% endif %}