{% include '_head_common.html' %}
{% if line_number and totalquotes %}
Editing quote {{ line_number }} of {{ totalquotes }}
Jump to:
Go
{% else %}
{% endif %}
Quote
{{ quote }}
{% for issue in lint_issues if issue.field == 'quote' %}
{{ issue.message }}
{% endfor %}
Author
{{ author }}
{% for issue in lint_issues if issue.field == 'author' %}
{{ issue.message }}
{% endfor %}
Publication
{{ publication or '' }}
{% for issue in lint_issues if issue.field == 'publication' %}
{{ issue.message }}
{% endfor %}
Tags
{{ tags | join(', ') }}
{% for issue in lint_issues if issue.field == 'tags' %}
{{ issue.message }}
{% endfor %}
{% include '_theme_toggle.html' %}
< Previous
< Previous with error
Save
Next with error >
Next >
Total quotes
{{ totalquotes }}
Quotes with lint errors
{{ error_quote_count }}
{% if error %}
{{ error }}
{% endif %}