{% extends "base.html" %} {% block content %}
{{ item.raw_text }}
{% if convert_type == 'task' %}
{% elif convert_type == 'note' %}
{% elif convert_type == 'project' %}
{% elif convert_type == 'list_item' %}
{% elif convert_type == 'contact' %}
{% elif convert_type == 'decision' %}
{% elif convert_type == 'link' %}
{% endif %}
Cancel
{% endblock %}