mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
Use singular form 'result' when number of results = 1
This commit is contained in:
parent
f39e0bf192
commit
257db0fae5
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,11 @@
|
||||||
{% if cl.get_ordering_field_columns %}
|
{% if cl.get_ordering_field_columns %}
|
||||||
sorted
|
sorted
|
||||||
{% endif %}
|
{% endif %}
|
||||||
results
|
{% if cl.result_count == 1 %}
|
||||||
|
result
|
||||||
|
{% else %}
|
||||||
|
results
|
||||||
|
{% endif %}
|
||||||
{% if filters %}
|
{% if filters %}
|
||||||
filtered by
|
filtered by
|
||||||
{% for filter_param in filters %}
|
{% for filter_param in filters %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue