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