{% extends "base.html" %} {% load humanize %} {% load syntax %} {% load person %} {% load patch %} {% load static %} {% load utils %} {% block headers %} {% endblock %} {% block title %}{{submission.name}}{% endblock %} {% block body %}
{% include "patchwork/partials/download-buttons.html" %}

{{ submission.name }}

{% if submission.list_archive_url %} {% else %} {% endif %} {% if submission.state %} {% endif %} {% if submission.commit_ref %} {% endif %} {% if submission.delegate %} {% endif %} {% if submission.series %} {% endif %} {% if submission.related %} {% endif %}
Message ID{{ submission.url_msgid }} (mailing list archive){{ submission.url_msgid }}
State {{ submission.state.name }}{% if submission.archived %}, archived{% endif %}
Commit {{ submission|patch_commit_display }}
Delegated to: {{ submission.delegate.profile.name }}
Headers
Series {{ submission.series.name }} |
Related
{% if patchform %}

Patch Properties

{% csrf_token %}
Change state: {{ patchform.state }} {{ patchform.state.errors }}
Delegate to: {{ patchform.delegate }} {{ patchform.delegate.errors }}
Archived: {{ patchform.archived }} {{ patchform.archived.errors }}
{% endif %} {% if createbundleform %}

Bundling

{% if bundles %} {% endif %}
Create bundle: {% if createbundleform.non_field_errors %}
{{createbundleform.non_field_errors}}
{% endif %}
{% csrf_token %} {% if createbundleform.name.errors %}
{{createbundleform.name.errors}}
{% endif %} {{ createbundleform.name }}
Add to bundle:
{% csrf_token %}
{% endif %}
{% if submission.pull_url %}

Pull-request

{{ submission.pull_url }} {% endif %} {% if checks %}

Checks

{% for check in checks %} {% endfor %}
Context Check Description
{{ check.user }}/{{ check.context }} {{ check.get_state_display }} {% if check.target_url %} {% endif %} {{ check.description }} {% if check.target_url %} {% endif %}
{% endif %} {% if submission.diff %}

Commit Message

{% else %}

Message

{% endif %}
{{ submission.submitter|personify:project }} {{ submission.date }} UTC
  {{ submission|commentsyntax }}
  
{% for item in comments %} {% if forloop.first %}

Comments

{% endif %} {% is_editable item user as comment_is_editable %}
{{ item.submitter|personify:project }} {{ item.date }} UTC | #{{ forloop.counter }} {% if item.addressed == None %}
{% else %} {% if item.addressed == True %}
{% else %} {% if item.addressed == False %}
{% else %}
{{ item|commentsyntax }}
  
{% endfor %} {% if submission.diff %}
{% include "patchwork/partials/download-buttons.html" %}

Patch

{{ submission|patchsyntax }}
  
{% endif %} {% endblock %}