github.com/grommunio/chat-server@v5.11.1+incompatible/templates/globalrelay_compliance_export_participant_row.html (about)

     1  {{define "globalrelay_compliance_export_participant_row"}}
     2  <tr>
     3      <td class="username">@{{.Props.Username}}</td>
     4      <td class="email">{{.Props.Email}}</td>
     5      <td class="joined">{{.Props.Joined}}</td>
     6      <td class="left">{{.Props.Left}}</td>
     7      <td class="duration">{{.Props.Duration}}</td>
     8      <td class="messages">{{.Props.NumMessages}}</td>
     9  </tr>
    10  {{end}}