{% 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 %}{{ error }}{% endif %} {% csrf_token %} {{ "Title"|t }} {{ "Note"|t }} {{ body }} {{ "Domain"|t }} {% for d in domains %}{{ d|label }}{% endfor %} {{ "Type"|t }} {% for t in types %}{{ t|label }}{% endfor %} {{ "Filed as “to sort”, and listed under Upkeep until you move it."|t }} {{ "Capture"|t }} {{ "Cancel"|t }} {% endblock %} {% block scripts %} {% endblock %}
{{ "Write it down now, decide where it belongs later."|t }}
{{ error }}
{{ "Filed as “to sort”, and listed under Upkeep until you move it."|t }}