{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
{% trans "call mapping rule listing" %}
| {% trans "name" %} | {{ object.name }} |
| dpid | {{ object.dpid }} |
| pr | {{ object.pr }} |
| 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 }} |