${_('Commit Description')}:
${h.urlify_commit_message(h.chop_at_smart(c.commit.message, '\n', suffix_if_chopped='...'), c.repo_name)}
${_('Commit Description')}:
${h.urlify_commit_message(c.commit.message,c.repo_name)}
${_('File last commit')}:
${h.form(h.url('files_diff_home',repo_name=c.repo_name,f_path=c.f_path),method='get')}
${h.hidden('diff1')}
${h.hidden('diff2',c.file_last_commit.raw_id)}
${h.submit('diff',_('Diff to Commit'),class_="btn disabled",disabled="true")}
${h.submit('show_rev',_('Show at Commit'),class_="btn disabled",disabled="true")}
${h.hidden('annotate', c.annotate)}
${h.end_form()}