{% extends "repo.html" %} {% block title %} PRs of {{ username }}/{{ repository }} {% endblock %} {% block content %} {% if logged_in_user %}
{% endif %} {% for pr in repo_data.bases %}

{{ pr.head_route }} ({{ pr.head_branch }})
{{ pr.base_route }} ({{ pr.base_branch }})

Requested by {{ pr.owner.username }} • {{ pr.timestamp | strftime("%A, %e %B %Y, %H:%M:%S") }}

{% endfor %}
{% endblock %}