File tree Expand file tree Collapse file tree
material/templates/journal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,15 @@ <h1>{% trans 'Article Search Results' %}</h1>
3939 < section class ="invisible-landmark " aria-label ="{% trans 'Search' %} ">
4040 < div class ="card ">
4141 < div class ="card-block ">
42+ < div >
43+ < p >
44+ {% blocktrans count result_count=page_obj.paginator.count %}
45+ 1 result
46+ {% plural %}
47+ {{ result_count }} results
48+ {% endblocktrans %}
49+ </ p >
50+ </ div >
4251 < form method ="GET " id ="search_form ">
4352 < div class ="form-group ">
4453 {% if not keyword %}
Original file line number Diff line number Diff line change @@ -36,6 +36,15 @@ <h1>{% trans 'Article Search Results' %}</h1>
3636 < section aria-label ="{% trans 'Search' %} ">
3737 < div class ="card ">
3838 < div class ="card-block ">
39+ < div >
40+ < p >
41+ {% blocktrans count result_count=page_obj.paginator.count %}
42+ 1 result
43+ {% plural %}
44+ {{ result_count }} results
45+ {% endblocktrans %}
46+ </ p >
47+ </ div >
3948 < form method ="GET " id ="search_form ">
4049 < div class ="form-group ">
4150 {% if not keyword %}
Original file line number Diff line number Diff line change @@ -40,6 +40,15 @@ <h1>{% trans 'Article Search Results' %}</h1>
4040 < div class ="card ">
4141 < div class ="card-content ">
4242 < div class ="row ">
43+ < div >
44+ < p >
45+ {% blocktrans count result_count=page_obj.paginator.count %}
46+ 1 result
47+ {% plural %}
48+ {{ result_count }} results
49+ {% endblocktrans %}
50+ </ p >
51+ </ div >
4352 < form method ="GET " id ="search_form ">
4453 < div class ="form-group ">
4554 {% if not keyword %}
You can’t perform that action at this time.
0 commit comments