{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
{% trans "normalization rule listing" %}
{% trans "name" %} | {{ object.name }} |
match_op | {{ object.match_op }} |
match_exp | {{ object.match_exp }} |
match_len | {{ object.match_len }} |
subst_exp | {{ object.subst_exp }} |
repl_exp | {{ object.repl_exp }} |
attrs | {{ object.attrs }} |
{% trans "description" %} | {{ object.description }} |
{% trans "created" %} | {{ object.created }} |
{% trans "modified" %} | {{ object.modified }} |