{% extends "base_generic.html" %}
{% block title %}
<title>Gabriel's DRM</title>
{% endblock %}
{% block content %}
  <h1>Local Health View</h1>
  <p>Welcome to <em>Gabriel Kaufmann's </em>DRM System!</p>
  <h2>Dynamic content</h2>
  <p>The System has the following record counts:</p>
  <ul>
    <li><strong>User: </strong> {{ num_user }}</li>
    <li><strong>Licenses:</strong> {{ num_licenses }}</li>
  </ul>
{% endblock %}