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

{% block title %}Display Index Listing{% endblock %}
{% block pagebanner %}
  <div class="header">
      <h1>BCFG Clients Summary</h1>
      <span class="notebox">Report Run @ {% now "F j, Y P"%}</span>
  </div>
  <br/>
{% endblock %}

{% block content %}
  {% include "displays/summary-block-direct-links.html" %}
{% endblock %}