{% extends "base/base.html" %} {% load static %} {% block title %}{{ operator.name }} - ThrillWiki{% endblock %} {% block content %}
{{ operator.description }}
{{ operator.founded_year }}
{{ operator.headquarters }}
{{ parks.count }}
{{ park.location_display }}
{% endif %} {% if park.opened_date %}Opened {{ park.opened_date|date:"Y" }}
{% endif %}No parks currently operated by this company.