{% extends "cards.html" %} {% block cards %} {% for m in manufacturers %}

{{ m.name }}

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