{% extends "wcs/backoffice/base.html" %} {% load i18n %} {% block appbar %}
{% blocktrans count fields=required_fields|length with labels=required_fields|join:", " label=required_fields.0 %} {{ label }} 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." %}
{% trans 'Download sample file' %} {% trans "for this card" %}
{{ form.render|safe }} {% endif %} {% endif %} {% endblock %}