{% extends 'layout.html' %}
{% block title %} Custom Form {% endblock %}
{% block link %} {% endblock %}
{% block content %}
Name of Assessment :
{{ res8['name'] }}
Description : {{ res8['description'] }}
Suggestion {{ loop.index }} : {{ suggestion }}
{% endfor %}