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

{% trans "Prefix Listing" %}

{% for object in object_list %} {% endfor %}
{% trans "ID" %}{% trans "Link" %} {% trans "prefix" %} {% trans "created" %} {% trans "modifed" %}
{{object.pk}} {{object}} {{ object.prefix }} {{ object.created }} {{ object.modifed }}
{% trans "Create new Prefix" %} {% endblock %}