{{ log.debug() }} {% if config.show_if_no_docstring or module.has_contents %}
{% if show_full_path %}{{ module.path }}{% else %}{{ module.name }}{% endif %}
{% with properties = module.properties %}
{% include "properties.html" with context %}
{% endwith %}