On the view function page ("Details" tab) we display a table for listing implementations and/or test. If the number of implementations/tests is higher than 5, we paginate the table. To navigate the pagination users can do that either via a next/previous button, or with a page control.
On RTL locales we flip the layout, but we should not flip the fraction direction (if we consider that to be a fraction), since
In-line fractions are written with the numerator and denominator on the left and right of the fraction slash respectively, e.g. ٢/٧ 2/7. Source.
If we don't consider that to be a fraction what we could do is to add an optional translation for RTL languages that instead of displaying in RTL 2 **/** 1 it displays 2 **out of **1.