{% extends 'module_details_common.html' %} {% block module_breadcrumb %}
  • {{ module_provider.name }}
  • {{ module_version.version }}
  • {{ submodule.path }}
  • {% endblock %} {% block main_details %} {% if submodule %}

    {{ submodule.path }}

    {% if not module_version.published %}

    WARNING: This version of the module is not published.

    {% endif %}

    {% if submodule.get_source_browse_url() %}Source Code: {{ submodule.get_source_browse_url() }}{% endif %}


    Back to parent {% else %}

    There are no published versions of this module.

    {% endif %} {% endblock %}