seitime-frappe/frappe/templates/autodoc/models_home.html
2015-10-29 18:46:04 +05:30

15 lines
298 B
HTML

<!-- title: {{ app.title }}: Models (DocTypes) -->
{% from "templates/autodoc/macros.html" import source_link, version %}
<div class="dev-header">
{{ version(app.name) }}
{{ source_link(app, app.name, True) }}
</div>
<p>Browse DocTypes by Module</p>
<h3>Contents</h3>
{index}
<!-- autodoc -->