{foreach from=$checkins key=i item=commit} {cycle values='odd,even' assign="row_class"} {* prefill expendable cell content *} {capture assign='content'} {/capture} {include file="expandable_cell/body.tpl.html" ec_id="scm" content=$content list_id=$commit.com_id colspan="5" class=$row_class} {/foreach}
{include file="expandable_cell/buttons.tpl.html" ec_id="scm"} {t}Changeset{/t} {t}Date{/t} {t}Author{/t} {t}Message{/t}
{include file="expandable_cell/buttons.tpl.html" ec_id="scm" list_id=$commit.com_id} {if $commit.changeset_url} {$commit.commit_short} {else} {$commit.commit_short} {/if} {if $commit.project_name} in {if $commit.project_url} {$commit.project_name} {else} {$commit.project_name} {/if} {/if} {if $commit.branch} on {if $commit.branch_url} {$commit.branch} {else} {$commit.branch} {/if} {/if} {$commit.com_commit_date|timeago} {$commit.author|escape:"html"} {$commit.isc_commit_msg}