[% WRAPPER 'master_templates/master.tmpl' theme = 'bootstrap' app_key = 'install_an_rpm' extrastyle=' .inline-search-input { display: inline-block; width: 60%; } .inline-search-btn { display: inline-block; } '%]
[% locale.maketext("Enter a search pattern for the package name you would like to install.") %]
[% IF data.too_many -%] [% END -%] [% IF data.search_pattern %] [% FOR package = data.packages.sort('name') -%] [% END -%] [% IF ! data.packages.size %] [% END %]
[% locale.maketext("Package") %] [% locale.maketext("Version") %] [% locale.maketext("Repo") %] [% locale.maketext("Arch") %] [% locale.maketext("Description") %]
[% package.name | html %] [% package.version | html %] [% package.repo | html %] [% package.arch | html %] [% package.description | html %] [% locale.maketext("Install") %]
[% locale.maketext("No matches found for pattern: [output,strong,_1]",data.search_pattern) %]
[% END %]
[% END # WRAPPER %]