{% if exception_details %}

Exception Details


{% for obj in exception_details %}
{{obj.details}}
{% endfor%}
{% endif %}