${_("Available Reports")}
${_("Return to Last Query")}
# trans Continue browsing through the current list of results, from the last selected report or custom query. # endtrans
${_("New Custom Query")}
# trans Compose a new ticket query by selecting filters and columns to display. # endtrans
${_("SQL reports and saved custom queries")} # with # set report_asc = asc if sort == 'report' else none # set title_asc = asc if sort == 'title' else none # set a_identifier ${_("Identifier")} # endset # set a_title ${_("Title")} # endset # trans a_identifier, a_title Sort by: ${a_identifier} ${a_title} # endtrans # endwith
# for id, title, description, can_edit, can_delete in reports:# if sort == 'title': ${title} {${id}} # else: {${id}} ${title} # endif
# if description:${_("No reports available.")}
# endif