{% extends "base.html" %} {% block header %}

{{ filter | default_if_none:"Search" | title }}: {{ search }}

Results found: {{ rolling_stock | length }}

{% endblock %} {% block pagination %} {% if rolling_stock.has_other_pages %} {% endif %} {% endblock %}