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.
1234567891011121314 |
- {% 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 %}
|