{% extends 'team_base.html' %} {% load commonmark %} {% load bootstrap3 %} {% block title %} {% if object %} Editing "{{ object.headline }}" in "{{ form.instance.category.headline }}" {% else %} Create Info item in "{{ category.headline }}" {% endif %} {% endblock %} {% block team_content %}

{% if object %} Editing "{{ object.headline }}" in "{{ object.category.headline }}" {% else %} Create Info Item in "{{ category.headline }}" {% endif %}

{% csrf_token %} {% bootstrap_form form %} {% if object %} Delete {% endif %}
{% endblock %}