{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
{% trans "call mapping rule listing" %}
ID | {% trans "Link" %} | {% trans "name" %} | dpid | pr | match_op | match_exp | match_len | subst_exp | repl_exp | attrs | {% trans "description" %} | {% trans "created" %} | {% trans "modified" %} |
{{object.pk}} | {{object}} | {{ object.name }} | {{ object.dpid }} | {{ object.pr }} | {{ object.match_op }} | {{ object.match_exp }} | {{ object.match_len }} | {{ object.subst_exp }} | {{ object.repl_exp }} | {{ object.attrs }} | {{ object.description }} | {{ object.created }} | {{ object.modified }} |