{namespace JIRA.Templates.Common} /** * Render rempty search results page * @param colspan how many columns are present in the table * @param? renderParentRow whether to render the row or not. For example backbone/marionette view's generate parent element by themselves * @param name name of the entity being searched. eg: project, custom field, issue etc * @param? extraClasses additional classes to be added to each message */ {template .emptySearchTableRow} {if $renderParentRow} {/if}

{getText('common.search.no.results', $name)}

{getText('common.search.no.results.hint')}

{if $renderParentRow} {/if} {/template}