{% extends 'datafreezer/base.html' %} {% load static %} {% block title %}Describe your data{% endblock title %} {% block custom_head %} {% endblock %} {% block content %} {% if formset.errors %}
Fix the errors on fields marked and try again.
{% if form.description.value %} {{ form.description.value|truncatechars:20 }} {% else %} Description text... {% endif %}