Digital Rights Management für elektronische Patientenakten
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 426B

1234567891011121314
  1. {% extends "base_generic.html" %}
  2. {% block title %}
  3. <title>Gabriel's DRM</title>
  4. {% endblock %}
  5. {% block content %}
  6. <h1>Local Health View</h1>
  7. <p>Welcome to <em>Gabriel Kaufmann's </em>DRM System!</p>
  8. <h2>Dynamic content</h2>
  9. <p>The System has the following record counts:</p>
  10. <ul>
  11. <li><strong>User: </strong> {{ num_user }}</li>
  12. <li><strong>Licenses:</strong> {{ num_licenses }}</li>
  13. </ul>
  14. {% endblock %}