{% extends "detail.html" %} {% load static %} {% load ratings %} {% block content %}
| Name | {{ object.name }} |
| City | {{ object.city }} |
| Country | {{ object.country.name }} |
| Link | {{ object.link }} |
| Founded | {{ object.founded }} |
| Dissolved | {{ object.dissolved }} |
| Rating | {% ratings object %} |
| Tags | {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %} |
| Similar manufacturers |
|
| Edit history | {% include "history.html" %} |
| Sharing | {% include "sharing.html" %} |