<b>
%{from} - %{to}</b>
of <b>
%{accepted_count}</b>
accepted %{accepted_model} and %{banned_count} banned %{banned_model}
<b>
%{from} - %{to}</b>
of <b>
%{accepted_count}</b>
accepted %{accepted_model} and %{other_count} other %{other_model}
This sentence will be used, for example, when displaying the number of members in a marketplace, when there are multiple pages to display. It has three forms: when there are no members, when there is one and when there is more than one.
As an example, %{model} will be "user(s)", %{from} and %{to} will be numbers, %{accepted_count} will be a number, %{accepted_model} will be "user(s)", %{banned count} will be a number, %{banned_model} will be "user(s)".
The sentence could look like: "Displaying users 1 - 50 of 117 accepted users and 2 banned users".
The <b> and </b> symbols should be copied as is: they'll be used to bold the information in between.
<b>
%{from} - %{to}</b>
of <b>
%{accepted_count}</b>
accepted %{accepted_model} and %{banned_count} banned %{banned_model}
<b>
%{from} - %{to}</b>
of <b>
%{accepted_count}</b>
accepted %{accepted_model} and %{other_count} other %{other_model}
<b>
%{from} - %{to}</b>
of <b>
%{accepted_count}</b>
accepted %{accepted_model} and %{other_count} other %{other_model}
<b>
%{from} - %{to}</b>
of <b>
%{accepted_count}</b>
accepted %{accepted_model} and %{other_count} other %{other_model}