{% extends "base.html" %} {% block title %}Delete Context{% endblock %} {% block content %}

Type: {{ context.type }}

Content:

{{ context.content }}
{% if context.tags %}

Tags: {% for tag in context.tags %} {{ tag }} {% endfor %}

{% endif %}
Cancel
{% endblock %}