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

{% trans "normalization rule listing" %}

{% for object in object_list %} {% endfor %}
ID{% trans "Link" %} {% trans "name" %} match_op match_exp match_len subst_exp repl_exp attrs {% trans "description" %} {% trans "created" %} {% trans "modified" %}
{{object.pk}} {{object}} {{ object.name }} {{ object.match_op }} {{ object.match_exp }} {{ object.match_len }} {{ object.subst_exp }} {{ object.repl_exp }} {{ object.attrs }} {{ object.description }} {{ object.created }} {{ object.modified }}
{% trans "create new normalization rule" %} {% endblock %}