{% extends "wcs/backoffice/base.html" %} {% load i18n %} {% block appbar %}
{% blocktrans count fields=required_fields|length with labels=required_fields|join:", " %} {{ labels }} is required but cannot be filled from CSV. {% plural %} {{ labels }} are required but cannot be filled from CSV. {% endblocktrans %}
{% trans "You can add data to this card by uploading a file." %}
{{ form.render|safe }} {% endif %} {% endif %} {% endblock %}