mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +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 %}
|
||||
sorted
|
||||
{% endif %}
|
||||
results
|
||||
{% if cl.result_count == 1 %}
|
||||
result
|
||||
{% else %}
|
||||
results
|
||||
{% endif %}
|
||||
{% if filters %}
|
||||
filtered by
|
||||
{% for filter_param in filters %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue