{% extends 'base.html' %} {% block content %}

{% block title %} Edit an Item {% endblock %}

{% if current_topics %}
{% for topic in current_topics %} {{ topic }} {% endfor %}
{% endif %}
{% endblock %}