{% extends "cranefly/layout.html" %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=(_("Post #%(post)s Changelog") % {'post': post.pk}),parent=thread.name) }}{% endblock %} {% block breadcrumb %}{{ super() }}
  • {% trans %}Private Threads{% endtrans %}
  • {{ thread.name }}
  • {% trans post=post.pk %}Post #{{ post }} Changelog{% endtrans %} {%- endblock %} {% block container %}
    {% if edits %} {% for edit in edits %} {% endfor %}
      {% trans %}Change Log{% endtrans %}
    {% if edit.change > 0 %}+{% endif %}{{ edit.change }} #{{ loop.revindex }} {% if edit.reason %} {% endif %}
    {% else %}

    {% trans %}This post was never edited.{% endtrans %}

    {% endif %}
    {% endblock %} {% macro edit_user(edit) -%} {% if edit.user_id %}{{ edit.user_name }}{% else %}{{ edit.user_name }}{% endif %} {%- endmacro %}