pidgin/nest

Add remaining cve from 2004

2021-02-11, Sorvival
de31fe0d5bba
Add remaining cve from 2004

Testing Done:
Verified correct rendering using dev-server script

Bugs closed: NEST-43

Reviewed at https://reviews.imfreedom.org/r/485/
{{ range sort .Site.Data.gsoc "year" "desc" }}
<h3 id="gsoc-{{ .year }}">{{ .year }}</h3>
<table>
<thead>
<th>{{ T "Project" }}</th>
<th>{{ T "Student" }}</th>
<th>{{ T "Mentor" }}</th>
<th>{{ T "Status" }}</th>
</thead>
<tbody>
{{ range .participants }}
<tr>
<td>{{ .project }}</td>
<td>{{ .student }}</td>
<td>{{ .mentor }}</td>
<td>{{ .status | markdownify }}</td>
</tr>
{{ end }}
</tbody>
</table>
{{ end }}