diff --git a/pokr/templates/search-results.html b/pokr/templates/search-results.html index dc29536..ce46097 100644 --- a/pokr/templates/search-results.html +++ b/pokr/templates/search-results.html @@ -175,6 +175,24 @@ {% endif %} + {% if target == 'statements' %} + + + {{ gettext('Statement') }} +
{{ macro.list_count(statements) }} + + {% if target %} + {% call(statement) macro.list_pagenav(statements, layout='table') %} + {{ macro.meeting_statement(statement) }} + {% endcall %} + {% else %} + {% call(statement) macro.list_more(statements, url_for_query(target='statements'), layout='table', pagesize=5) %} + {{ macro.meeting_statement(statement) }} + {% endcall %} + {% endif %} + + + {% endif %}