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

Companies

{% endblock %} {% block cards %} {% for c in company %}

{{ c.name }}

{% if c.logo %} {% endif %} {% if c.freelance %} {% endif %}
Company
Logo
Name {{ c.extended_name }}
Abbreviation {{ c }}
Country {{ c.country.name }} {{ c.country }}
Notes A freelance company
Show all rolling stock {% if request.user.is_staff %}Edit{% endif %}
{% endfor %} {% endblock %} {% block pagination %} {% if company.has_other_pages %} {% endif %} {% endblock %}