{% extends "entries/base.html" %} {% block title%} Entries list {% endblock title %} {% block page-content %} {% if entries %}
Entry | Matches |
---|---|
Pattern:
"{{ entry.pattern }}" Test String:
"{{ entry.test_string }}" Added: {{ entry.date_added }} |
{% if match %}
Group: {{ match.0 }} Subgroups: {{ match.1|default_if_none:"none" }} Group Dict: {{ match.2|default_if_none:"none" }} {% else %} No matches found. {% endif %} |