{% extends "cards.html" %} {% block cards %} {% for d in data %}

{{ d.name }}

{% if d.logo %} {% endif %} {% if d.website %} {% endif %}
Manufacturer
Logo
Website
Category {{ d.category | title }}
Show all rolling stock {% if request.user.is_staff %}Edit{% endif %}
{% endfor %} {% endblock %} {% block pagination %} {% if manufacturers.has_other_pages %} {% endif %} {% endblock %}