{% extends "base/base.html" %} {% load static %} {% block title %}{{ manufacturer.name }} - ThrillWiki{% endblock %} {% block content %}
{{ manufacturer.description }}
{{ manufacturer.founded_year }}
{{ manufacturer.headquarters }}
{{ rides.count }}
{{ ride.ride_type }}
{% endif %} {% if ride.opened_date %}Opened {{ ride.opened_date|date:"Y" }}
{% endif %}No rides currently manufactured by this company.