{% extends "schema/detail.html" %} {% block content %}
Name {{ object.name }}
City {{ object.city }}
Country {{ object.country }}
URL {{ object.url }}
Founded {{ object.founded }}
Dissolved {{ object.dissolved }}
{% endblock %}