Blueprint “{{ blueprint.name }}”

Title: {{ blueprint.title }}
URL: https://blueprints.launchpad.net/{{ blueprint.module }}/+spec/{{ blueprint.name }}
Module: {{blueprint.module}}
Status: {{blueprint.lifecycle_status}}
Priority: {{blueprint.priority}}
Definition Status: {{blueprint.definition_status}}
Implementation Status: {{blueprint.implementation_status}}
Direction: {% if blueprint.direction_approved %} Approved {% else %} Needs Approval {% endif %}
Registered By: {{blueprint.author_name}} ({{ blueprint.company_name }})
Registered On: {{blueprint.date_str}}
{% if blueprint.mention_count %}
Popularity: mentioned {{blueprint.mention_count}} times, last on {{blueprint.mention_date_str}}
{% endif %} {% if blueprint.summary %}

Summary

{{ blueprint.summary | safe }}
{% endif %} {% if blueprint.whiteboard %}

Whiteboard

{{ blueprint.whiteboard }}
{% endif %}

Activity Log

{% if not activity %}
No activities related to this blueprint.
{% endif %} {% for item in activity %}
{{ item.date_str}}
{{ item.author_name }} ({{ item.company_name }})
{% if item.record_type == "commit" %}
Commit “{{ item.subject }}”
{{ item.message | safe }}
+{{ item.lines_added }} - {{ item.lines_deleted }}
{% if item.correction_comment %}
Commit corrected: {{ item.correction_comment }}
{% endif %} {% elif item.record_type == "mark" %}
Review “{{item.subject}}”
Patch submitted by {{ parent_author_link }}
Change Id: {{item.review_id}}
{{item.description}}: {{item.value}}
{% elif item.record_type == "email" %}
Email “{{item.subject}}”
{% if item.body %}
{{ item.body|safe }}
{% endif %} {% endif %}
{% endfor %}