{% include 'icons/file.html' %}
{% if dwg.blocks or dwg.tables %}
{{ dwg.filename }}
{% else %}
{{ dwg.filename }}
{% endif %}
{% with "table table-bordered table-striped table-sm" as table_class %}
{% if dwg.blocks %}
{% include 'jobs/dwg_detail_blocks.html' %}
{% endif %}
{% if dwg.tables %}
{% include 'jobs/dwg_detail_tables.html' %}
{% endif %}
{% endwith %}