{% extends "base.html" %} {% load lang %} {% load taxonomy %} {% block title %}{{ "Capture"|t }}{% endblock %} {% block topbar %}{{ "Capture"|t }}{% endblock %} {% block content %}

{{ "Capture"|t }}

{{ "Write it down now, decide where it belongs later."|t }}

{% if error %}{% endif %}
{% csrf_token %}

{{ "Filed as “to sort”, and listed under Upkeep until you move it."|t }}

{{ "Cancel"|t }}
{% endblock %} {% block scripts %} {% endblock %}