1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-04-07 00:59:37 +01:00
2015-12-08 10:14:29 -05:00

19 lines
563 B
TeX

[~ if( r.employment && r.employment.history && r.employment.history.length ) { ~]
\cvsection{Experience}
\begin{cventries}
[~ _.each(r.employment.history, function(emp) { ~]
\cventry
{[[ emp.position ]]}
{[[ emp.employer ]]}
{[[ emp.location ]]}
{[[ emp.safe.start ]] - [[ emp.safe.end ]]}
[~ if( emp.highlights && emp.highlights.length ) {
~]{
\begin{cvitems}[~ _.each( emp.highlights, function(high) { ~]
\item {[[ high.replace(/#/g, '\\#') ]]}[~ }); ~]
\end{cvitems}
}[~ } ~]
[~ }); ~]
\end{cventries}
[~ } ~]