{% if import_export %}
{% trans "Export" %}
{% endif %}
{% if seed_data_actions %}
{% endif %}
{% if sections %}
{% trans "Download local seed data" %}
{% endif %}
{% if fixture_status %}
{% blocktrans with pending_count=fixture_status.pending|length total_count=fixture_status.total|length %}
Unapplied fixtures: {{ pending_count }} ({{ total_count }} total)
{% endblocktrans %}
{% endif %}
{% blocktrans with upload_dir=seed_data_upload_dir %} Upload the zip to {{ upload_dir }} or use the upload button below. {% endblocktrans %}
| {% trans "App" %} | {% trans "Model" %} | {% trans "Custom" %} | {% trans "Entity" %} | {% trans "Fixture" %} |
|---|---|---|---|---|
| {{ section.opts.app_config.verbose_name|capfirst }} | {{ section.opts.verbose_name|capfirst }} | {% if item.custom %} ✓ {% else %} ✗ {% endif %} | {{ item.label }} | {{ item.fixture_name }} |
{% trans 'None available' %}
{% endif %}