mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-04-07 00:59:37 +01:00
29 lines
1.0 KiB
TeX
29 lines
1.0 KiB
TeX
[~ if (r.service && r.service.history && r.service.history.length ) { ~]
|
|
%-------------------------------------------------------------------------------
|
|
% SECTION TITLE
|
|
%-------------------------------------------------------------------------------
|
|
\cvsection{Service}
|
|
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% CONTENT
|
|
%-------------------------------------------------------------------------------
|
|
\begin{cventries}
|
|
[~ _.each( r.service.history, function(job) { ~]
|
|
%---------------------------------------------------------
|
|
\cventry
|
|
{[[ job.position ]]} % Job title
|
|
{[[ job.organization ]]} % Organization
|
|
{[[ job.location ]]} % Location
|
|
{[[ h.dateRange( job ) ]]} % Date(s)
|
|
{[~ if (job.highlights && job.highlights.length ) { ~]
|
|
\begin{cvitems} % Description(s) of tasks/responsibilities
|
|
[[ h.pad( job.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ]]
|
|
\end{cvitems}
|
|
[~ } ~]}
|
|
|
|
[~ }); ~]
|
|
%---------------------------------------------------------
|
|
\end{cventries}
|
|
[~ } ~]
|