{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{% translate "Repository work" %}{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if selected_repository %} {% if can_sync %} {% endif %} {% else %} {% endif %}| {% translate "Issue" %} | {% translate "Title" %} | {% translate "Labels" %} | {% translate "State" %} | {% translate "Tracked" %} | {% translate "Assigned" %} |
|---|---|---|---|---|---|
| {% if row.item.html_url %} #{{ row.item.number }} {% else %} #{{ row.item.number }} {% endif %} | {{ row.item.title }} |
{% for label in row.label_names %}
{{ label }}
{% if can_manage_labels %}
{% endif %}
{% empty %}
{% translate "No labels" %}
{% endfor %}
{% if can_manage_labels %}
{% endif %}
|
{{ row.item.state }} | {% if row.monitor_items %} {% if can_view_monitor_items %} {% translate "Tracked" %}: {{ row.monitor_statuses }} {% else %} {% translate "Tracked" %}: {{ row.monitor_statuses }} {% endif %} {% endif %} | {% if row.assigned_to_local_node %} {% if row.local_patchwork_authorized %} {% translate "Active here" %} {% else %} {% translate "Assigned here" %} {% endif %} {% if can_authorize_patchwork and not row.local_patchwork_authorized %} {% endif %} {% if can_remove_assignments %} {% endif %} {% elif can_assign_work and selected_assignment_node %} {% endif %} |
{% translate "No stored issues for this repository." %}
{% endif %}| {% translate "PR" %} | {% translate "Title" %} | {% translate "Labels" %} | {% translate "State" %} | {% translate "Tracked" %} | {% translate "Assigned" %} |
|---|---|---|---|---|---|
| {% if row.item.html_url %} #{{ row.item.number }} {% else %} #{{ row.item.number }} {% endif %} | {{ row.item.title }} |
{% for label in row.label_names %}
{{ label }}
{% if can_manage_labels %}
{% endif %}
{% empty %}
{% translate "No labels" %}
{% endfor %}
{% if can_manage_labels %}
{% endif %}
|
{{ row.item.state }} | {% if row.monitor_items %} {% if can_view_monitor_items %} {% translate "Tracked" %}: {{ row.monitor_statuses }} {% else %} {% translate "Tracked" %}: {{ row.monitor_statuses }} {% endif %} {% endif %} | {% if row.assigned_to_local_node %} {% if row.local_patchwork_authorized %} {% translate "Active here" %} {% else %} {% translate "Assigned here" %} {% endif %} {% if can_authorize_patchwork and not row.local_patchwork_authorized %} {% endif %} {% if can_remove_assignments %} {% endif %} {% elif can_assign_work and selected_assignment_node %} {% endif %} |
{% translate "No stored pull requests for this repository." %}
{% endif %}