{strip}
{form id="contentlist" class="form-search pull-right" action=$smarty.server.REQUEST_URI method="get"}
{html_options onchange="submit();" options=$contentTypes name=content_type_guid id=content_type selected=$contentSelect} {if $gBitSystem->isFeatureActive( 'liberty_display_status' ) && $gBitUser->hasPermission( 'p_liberty_view_all_status' )} {html_options options=$content_statuses values=$content_statuses name=content_status_id id=content_status_id class="input-xs" selected=$smarty.request.content_status_id|default:''} {formhelp note="Limit selection to a given status."} {/if}
{/form}

{foreach from=$contentSelect item=item name=loop} {tr}{$contentTypes[$item]}{/tr} {if !$smarty.foreach.loop.last}, {/if} {foreachelse} {tr}All Content Types{/tr} {/foreach}

{if !empty($smarty.request.user_id)} {tr}User{/tr}: {displayname user_id=$smarty.request.user_id} {/if}
{formfeedback hash=$feedback} {include file="bitpackage:liberty/list_content_inc.tpl"}
{/strip}