Filing Date: {{ submission.filing_date }}
{% if submission._xbrl %}| Name | Value | Unit | Period Start | Period End | Taxonomy | Context ID | Accession Number | Decimals |
|---|---|---|---|---|---|---|---|---|
| {{ item._attributes.name.split(':')[1] if ':' in item._attributes.name else item._attributes.name }} | {{ item._val }} | {{ item._attributes.unitRef }} | {{ item._context.period_startdate or 'N/A' }} | {{ item._context.period_enddate or 'N/A' }} | {{ item._attributes.name.split(':')[0] }} | {{ item._context._contextref }} | {{ item._context.entity_identifier }} | {{ item._attributes.decimals }} |
No XBRL data available for this submission.
{% endif %}