summaryrefslogtreecommitdiffstats
path: root/reports/brpt/reports/templates/index.html
blob: 002a3f770afd123c68f782e947944d5f5b0c7ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "base.html" %}

{% block pagebanner %}
  <div class="header">
      <h1>BCFG Reports</h1>
      {% comment %}      <span class="notebox">Report Run @ {% now "F j, Y P"%}</span>{% endcomment %}
  </div>
  <br/>
{% endblock %}
{% block content %}
<h1>Welcome to the Bcfg2 Reporting System</h1>
<p>
Please use the links at the left to navigate.
</p>
{% endblock %}