Added nl2br filter ...
@@ -10,4 +10,4 @@ file that was distributed with this source code.
#}
<th>{% block name %}{{ admin.trans(field_description.label) }}{% endblock %}</th>
-<td>{% block field %}{{ value }}{% endblock %}</td>
+<td>{% block field %}{{ value|nl2br }}{% endblock %}</td>