{% extends "baseprojectpage.html" %} {% load projecttags %} {% load humanize %} {% block localbreadcrumb %}
  • Layers
  • {% endblock %} {% block projectinfomain %}
    {% include "basetable_top_layers.html" %} {% for lv in objects %} {{lv.layer.name}} {{lv.layer.summary}} {{lv.layer_source.name}} {{lv.layer.vcs_url}} {% if lv.get_vcs_link_url %} {% endif %} {{lv.dirpath}} {% if lv.get_vcs_link_url %} {% endif %} {% if lv.branch %}{{lv.branch}}{% else %}{{lv.up_branch.name}}{% endif %} {% with lvds=lv.dependencies.all%} {% if lvds.count %} {{lv.layer.name}} dependencies" data-content=""> {{lvds.count}} {% endif %} {% endwith %} {% endfor %} {% include "basetable_bottom.html" %} {% endblock %}