The requested action could not be completed due to the following problem(s):
-
{% for err in errors %}
- {{err}} {% endfor %}
{% extends "base.html" %}
{% block title %}RiskNodes Error{% endblock %}
{% block content %}
The requested action could not be completed due to the following problem(s):{{title}}
{% if errors %}
{% for err in errors %}
{{ message }}
{% endif %} {% endblock %}