summaryrefslogtreecommitdiffstats
path: root/templates/globalrelay_compliance_export_participant_row.html
blob: 554c47c1628ac082ed42b18a272271a6e5cd5778 (plain)
1
2
3
4
5
6
7
8
9
10
{{define "globalrelay_compliance_export_participant_row"}}
<tr>
    <td class="username">@{{.Props.Username}}</td>
    <td class="email">{{.Props.Email}}</td>
    <td class="joined">{{.Props.Joined}}</td>
    <td class="left">{{.Props.Left}}</td>
    <td class="duration">{{.Props.Duration}}</td>
    <td class="messages">{{.Props.NumMessages}}</td>
</tr>
{{end}}