{% extends 'matistikk/base.html' %} {% load bootstrap3 %} {% bootstrap_css %} {% bootstrap_javascript %} {% bootstrap_messages %} {% block body %}

Tester

{% bootstrap_messages %}
{% for test in object_list %} {% endfor %}
ID Testnavn Laget av Testinfo
{{ test.id }} {{ test.test_name }} {{ test.author.get_full_name }}
{% endblock %}