{% translate "Reload all suite features" %}
{% blocktranslate count active_feature_count=active_feature_count %} This will delete {{ active_feature_count }} existing suite feature before reloading mainstream fixture data. {% plural %} This will delete {{ active_feature_count }} existing suite features before reloading mainstream fixture data. {% endblocktranslate %}
{% blocktranslate count fixture_count=fixture_count %} {{ fixture_count }} fixture will be loaded. {% plural %} {{ fixture_count }} fixtures will be loaded. {% endblocktranslate %}
{% translate "Fixtures to load" %}
-
{% for fixture_name in fixture_names %}
{{ fixture_name }}
{% empty %}
- {% translate "No mainstream fixture files were found." %} {% endfor %}