~widelands-dev/widelands-website/delete_user

« back to all changes in this revision

Viewing changes to templates/pagination/pagination_mod.html

fixed bug 1770881

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                <strong>{{ page_obj.start_index }}</strong> &mdash;
14
14
                <strong>{{ page_obj.end_index }}</strong> {% trans "of" %}
15
15
                <strong>{{ paginator.count }}</strong>
16
 
                {{ object_list.0 | get_model_name }}{{ paginator.count|pluralize }}</span>
 
16
                {{ paginator.object_list.0 | get_model_name }}{{ paginator.count|pluralize }}</span>
17
17
  {% if page_obj.has_previous %}
18
18
                {% if disable_link_for_first_page and page_obj.previous_page_number == 1 %}
19
19
                        <a href="{{ request.path }}