{% extends "fragments/default.html" %} {% block navbar %} {% include "fragments/navbar.html" with active="templates" %} {% endblock %} {% block content %}

Templates

{% if user.is_superuser %} Create template

{% endif %} {% for template in templates %} {% endfor %}
TemplateISOMemoryCores
{{ template.name }} {{ template.iso }} {{ template.memory }} {{ template.cores }}
{% endblock %}