tum/network_report_server/commit/30f7226d9aa1b14561d48e5309f57e811e38322f">30f7226d9a first commit лет назад: 3 strip-ansi 30f7226d9a first commit лет назад: 3 sucrase 30f7226d9a first commit лет назад: 3 supports-preserve-symlinks-flag 30f7226d9a first commit лет назад: 3 tailwind-color-palette 30f7226d9a first commit лет назад: 3 tailwindcss 30f7226d9a first commit лет назад: 3 thenify 30f7226d9a first commit лет назад: 3 thenify-all 30f7226d9a first commit лет назад: 3 to-regex-range 30f7226d9a first commit лет назад: 3 tr46 30f7226d9a first commit лет назад: 3 ts-interface-checker 30f7226d9a first commit лет назад: 3 uglify-js 30f7226d9a first commit лет назад: 3 underscore 30f7226d9a first commit лет назад: 3 upper-case 30f7226d9a first commit лет назад: 3 util-deprecate 30f7226d9a first commit лет назад: 3 valid-data-url 30f7226d9a first commit лет назад: 3 web-resource-inliner 30f7226d9a first commit лет назад: 3 webidl-conversions 30f7226d9a first commit лет назад: 3 whatwg-url 30f7226d9a first commit лет назад: 3 wrap-ansi 30f7226d9a first commit лет назад: 3 wrappy 30f7226d9a first commit лет назад: 3 y18n 30f7226d9a first commit лет назад: 3 yallist 30f7226d9a first commit лет назад: 3 yaml 30f7226d9a first commit лет назад: 3 yargs 30f7226d9a first commit лет назад: 3 yargs-parser 30f7226d9a first commit лет назад: 3 .yarn-integrity 30f7226d9a first commit лет назад: 3 tum/freight - Gogs: Simplico Git Service

Sin descripción

pagination.html 549B

12345678910111213
  1. {% load admin_list %}
  2. {% load i18n %}
  3. <p class="paginator">
  4. {% if pagination_required %}
  5. {% for i in page_range %}
  6. {% paginator_number cl i %}
  7. {% endfor %}
  8. {% endif %}
  9. {{ cl.result_count }} {% if cl.result_count == 1 %}{{ cl.opts.verbose_name }}{% else %}{{ cl.opts.verbose_name_plural }}{% endif %}
  10. {% if show_all_url %}<a href="{{ show_all_url }}" class="showall">{% translate 'Show all' %}</a>{% endif %}
  11. {% if cl.formset and cl.result_count %}<input type="submit" name="_save" class="default" value="{% translate 'Save' %}">{% endif %}
  12. </p>