{% extends "main_card.html.twig" %} {# @var StatisticsHelper helper #} {% block title %}{% trans %}statistics.title{% endtrans %}{% endblock %} {% block card_title %} {% trans %}statistics.title{% endtrans %}{% endblock %} {% block card_body %}
{% trans %}statistics.property{% endtrans %} {% trans %}statistics.value{% endtrans %}
{% trans %}statistics.distinct_parts_count{% endtrans %} {{ helper.distinctPartsCount }}
{% trans %}statistics.parts_instock_sum{% endtrans %} {{ helper.PartsInstockSum }}
{% trans %}statistics.parts_with_price{% endtrans %} {{ helper.partsCountWithPrice }}
{% trans %}statistics.property{% endtrans %} {% trans %}statistics.value{% endtrans %}
{% trans %}statistics.categories_count{% endtrans %} {{ helper.dataStructuresCount("category") }}
{% trans %}statistics.footprints_count{% endtrans %} {{ helper.dataStructuresCount("footprint") }}
{% trans %}statistics.manufacturers_count{% endtrans %} {{ helper.dataStructuresCount("manufacturer") }}
{% trans %}statistics.storelocations_count{% endtrans %} {{ helper.dataStructuresCount("storelocation") }}
{% trans %}statistics.suppliers_count{% endtrans %} {{ helper.dataStructuresCount("supplier") }}
{% trans %}statistics.currencies_count{% endtrans %} {{ helper.dataStructuresCount("currency") }}
{% trans %}statistics.measurement_units_count{% endtrans %} {{ helper.dataStructuresCount("measurement_unit") }}
{% trans %}statistics.devices_count{% endtrans %} {{ helper.dataStructuresCount("device") }}
{% trans %}statistics.property{% endtrans %} {% trans %}statistics.value{% endtrans %}
{% trans %}statistics.attachment_types_count{% endtrans %} {{ helper.dataStructuresCount("attachment_type") }}
{% trans %}statistics.all_attachments_count{% endtrans %} {{ helper.AttachmentsCount }}
{% trans %}statistics.user_uploaded_attachments_count{% endtrans %} {{ helper.UserUploadedAttachmentsCount }}
{% trans %}statistics.private_attachments_count{% endtrans %} {{ helper.PrivateAttachmentsCount }}
{% trans %}statistics.external_attachments_count{% endtrans %} {{ helper.ExternalAttachmentsCount }}
{% endblock %}