{%- extends "_layout_list.html" %} {%- block searchformfields %}
{{ _("Name") }} {{ macros_site.render_sorter(request.endpoint, query_params, 'name') }} | {{ _("Source") }} | {{ _("Credibility") }} {{ macros_site.render_sorter(request.endpoint, query_params, 'credibility') }} | {{ _("Description") }} | {{ _("Hits") }} {{ macros_site.render_sorter(request.endpoint, query_params, 'hits') }} | {{ get_icon("actions") }} {{ _("Actions") }} |
---|---|---|---|---|---|
{{ item.name | default(_('<< unknown >>'), True) }} | {{ item.source | default(_('<< unknown >>'), True) }} | {{ item.credibility | default(_('<< unknown >>'), True) }} | {{ item.description | default(_('<< unknown >>'), True) | truncate(50) }} | {{ item.hits }} | {{ macros_page.render_menu_context_actions(item) }} |