{% extends "orgapy/layout/skeleton.html" %} {% block title %}Edit {% if document.title %}'{{ document.title }}'{% else %}{{ document.type }}{% endif %}{% endblock title %} {% block column_main %}
{% csrf_token %}

{% include 'orgapy/partials/categories_input.html' with obj=document %} {% if document.type == "sheet" %}
{% endif %}
{% endblock column_main %}