mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-04-07 00:59:37 +01:00
13 lines
294 B
TeX
13 lines
294 B
TeX
[~ if( r.committees && r.committees.length ) { ~]
|
|
\cvsection{Program Committees}
|
|
\begin{cvhonors}
|
|
[~ _.each(r.committees, function(com) { ~]
|
|
\cvhonor
|
|
{[[ com.position ]]}
|
|
{[[ com.organization ]]}
|
|
{[[ com.location ]]}
|
|
{[[ com.safe.date ]]}
|
|
[~ }); ~]
|
|
\end{cvhonors}
|
|
[~ } ~]
|