{t 1=$checkins|count}SCM Integration - Checkins (%1){/t} [ {t}Back to Top{/t} ] [ {get_display_label element_name="checkins" total=$checkins|@count} ]
{section name="i" loop=$checkins} {sectionelse} {/section}
{if $checkins != ""} {/if} {t}Date{/t} {t}User{/t} {t}Module / Directory{/t} {t}File{/t} {t}Commit Message{/t}
{$checkins[i].isc_created_date} {$checkins[i].isc_username|escape:"html"} {$checkins[i].isc_module|escape:"html"} {if $checkins[i].checkout_url} {$checkins[i].isc_filename|escape:"html"} {if $checkins[i].added} ({t}ADDED{/t}) {elseif $checkins[i].removed} ({t}REMOVED{/t}) {else} ({$checkins[i].isc_new_version}) {/if} {else} {$checkins[i].isc_filename|escape:"html"} {/if} {if $checkins[i].diff_url && !$checkins[i].added && !$checkins[i].removed} [{t 1=$checkins[i].isc_old_version escape=no}diff to %1{/t}] {/if} {$checkins[i].isc_commit_msg}
{t}No checkins could be found.{/t}
{if $checkins != ""} {/if}