{% extends 'extends/offcanvas.html' %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% translate 'Edit transaction rule' %}{% endblock %} {% block body %}
{% crispy form %}

{% include 'rules/fragments/transaction_rule/dry_run/visual.html' with logs=logs results=results %}
{% endblock %}