{% extends 'matistikk/base.html' %} {% load bootstrap3 %} {% load staticfiles %} {% load static %} {% bootstrap_css %} {% bootstrap_javascript %} {% bootstrap_messages %} {% block head %} {% endblock %} {% block body %}
ID | Oppgavenavn | Kategori | Laget av | Alternativer |
---|---|---|---|---|
{{ task.id }} | {{ task.title }} | {% for category in task.category.all %} {% if forloop.last %} {{ category }} {% else %} {{ category }} - {% endif %} {% endfor %} | {{ task.author.get_full_name }} |