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

{% trans "Prefix Listing" %}

{% trans "prefix" %}{{ object.prefix }}
{% trans "created" %}{{ object.created }}
{% trans "modifed" %}{{ object.modifed }}
{% trans "Edit Prefix" %} {% endblock %}