{% endblock %}
{% block projectinfomain %}
{# If this is not an imported layer then hide the edit ui #}
{% if layerversion.layer_source_id != 3 %}
{% endif %}
{% include "layers_dep_modal.html" %}
There is no target information for the {{layerversion.layer.name}} layer.
{% else %}
{% if targets.paginator.count == 0 %}
No targets found
{% endif %}
{# only show the search form if we have more than 10 results #}
{% if targets.paginator.count > 10 or request.GET.targets_search %}
{% if targets.paginator.count == 0 %}
{% endif %}
{% if targets.paginator.count == 0 %}
{% else %}
{% if total_targets > 10 %}
Show rows:
{% endif %}
Target
{% if request.GET.targets_search %}
{{targets.paginator.count}}
{% endif %}
There is no machine information for the {{layerversion.layer.name}} layer.
{% else %}
{% if machines.paginator.count == 0 %}
No machines found
{% endif %}
{# only show the search form if we have more than 10 results #}
{% if machines.paginator.count > 10 or request.GET.machines_search %}
{% if machines.paginator.count == 0 %}
{% endif %}
{% if machines.paginator.count == 0 %}
{% else %}
{% if total_machines > 10 %}
Show rows:
{% endif %}
Machine
{% if request.GET.machines_search %}
{{machines.paginator.count}}
{% endif %}
Description
Select machine
{% for machine in machines %}
{{machine.name}}
{% if machine.get_vcs_machine_file_link_url %}
{% endif %}