{% extends "base.html" %} {% block title %}Delete Context{% endblock %} {% block content %}
Are you sure you want to delete this context?
Type: {{ context.type }}
Content:
Tags: {% for tag in context.tags %} {{ tag }} {% endfor %}