{% extends 'base.html' %} {% load static %} {% block title %} Model5 {% endblock title %} {% block content %}

Model5 - View

Add object

{% for obj in objs %} {% endfor %}
CountryRegionSubRegionBrand
{{ obj.country.title }} {{ obj.region.title }} {{ obj.sub_region.title }} {{ obj.brand.title }}
{% endblock content %}