{% extends "baseprojectpage.html" %} {% load projecttags %} {% load humanize %} {% block localbreadcrumb %}
  • Layers
  • {% endblock %} {% block projectinfomain %}
    {% include "basetable_top_layers.html" %} {% for o in objects %} {{o.layer.name}} {% if o.layer.summary %}{{o.layer.summary}}{%endif%} {{o.layer_source.name}} {{o.layer.vcs_url}} {% if o.get_vcs_link_url %} {% endif %} {{o.dirpath}} {% if o.dirpath and o.get_vcs_dirpath_link_url %} {% endif %} {% if o.branch %}{{o.branch}}{% else %}{{o.up_branch.name}}{% endif %} {% 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%} {% endblock %}