{% extends 'jsondataferret/base.html' %} {% block content %} {% if types %} {% for type in types %} {% endfor %}
Title  
{{ type.title }} View
{% else %}

No types are available.

{% endif %} {% endblock %}