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