{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}

{% trans "Type Listing" %}

{% trans "name" %}{{ object.name }}
{% trans "created" %}{{ object.created }}
{% trans "modified" %}{{ object.modified }}
{% trans "Edit Type" %} {% endblock %}