{% extends "baseprojectpage.html" %} {% load projecttags %} {% load humanize %} {% block localbreadcrumb %}
  • All compatible layers
  • {% endblock %} {% block projectinfomain %}
    {% if objects.paginator.count == 0 %}
    {% if request.GET.search %}{% endif %}
    {% else %} {% include "basetable_top_layers.html" %} {% for o in objects %} {{o.layer.name}} {% if o.layer.summary %}{{o.layer.summary}}{%endif%} {{o.layer.vcs_url}} {% if o.get_vcs_link_url %} {% endif %} {{o.dirpath}} {% if o.dirpath and o.get_vcs_dirpath_link_url %} {% endif %} {% with vcs_ref=o.get_vcs_reference %} {% if vcs_ref|is_shaid %} {{vcs_ref|truncatechars:10}} {% else %} {{vcs_ref}} {% endif %} {% endwith %} {% with ods=o.dependencies.all%} {% if ods.count %} {{o.layer.name}} dependencies" data-content=""> {{ods.count}} {% endif %} {% endwith %} {% if project %} {% endif %} {% endfor %} {% include "basetable_bottom.html" %} {% if project %} {%endif%} {%endif%} {% endblock %}