Add in Rami's report template, and adjust the paths to use "reports" instead
[htsworkflow.git] / htsworkflow / frontend / templates / reports / report.html
1 {% extends "admin/base_site.html" %}
2
3 {% if main %}
4 {% block content %}
5  
6  {{ main|safe }}
7
8 {% endblock %}
9 {% else %}
10     <p>No content. Can't create report.</p>
11 {% endif %}