{% extends "base.html" %} {% load syntax %} {% load person %} {% load patch %} {% block title %}{{patch.name}}{% endblock %} {% block heading %}{{patch.name}}{%endblock%} {% block body %}
Submitter | {{ patch.submitter|personify }} |
---|---|
Date | {{ patch.date }} |
Message ID | {{ patch.msgid }} |
Download | mbox {% if patch.content %}| patch {% endif %} |
Permalink | {{ patch.get_absolute_url }} |
State | {{ patch.state.name }}{% if patch.archived %}, archived{% endif %} |
Commit | {{ patch.commit_ref }} |
Delegated to: | {{ patch.delegate.get_profile.name }} |
Headers | show |
Create bundle: |
{% if createbundleform.non_field_errors %}
|
Add to bundle: |
{{ patch|patchsyntax }}