{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block header %} {% if refresh %} {% endif %} {% endblock %} {%block tag %}{% if select %}{% if g.fas_user and g.fas_user.username == packager %}myRequests{% else %}{{ select }}{% endif %}{% else %}admin{% endif %}{% endblock %} {% set options = True %} {%block options %} {% if select %}
{% else %} {% endif %} Restrict to package:
{% if not select %} Restrict to packager:
{% endif %} Restrict to action:
Restrict to Status:
{% endblock %} {% block content %} {% if select %}

{{ packager }}'s requests

{% else %}

Actions

{% endif %} {% if total_page and total_page > 1 %}
{% if page > 1%} < Previous {% else %} < Previous {% endif %} {{ page }} / {{ total_page }} {% if page < total_page %} Next > {% else %} Next > {% endif %}
{% endif %} {% if actions %} {% for action in actions %} {% if loop.last %} {% else %} {% endif %} {% endfor %}
Date User Package Action Branch Status
{{ action.date_created.strftime('%Y-%m-%d %H:%M:%S') }} {{ action.user }} {% if action.package %} {{ action.package.name }} {% else %} {{ action.info_data['pkg_name'] }} {% endif %} {{ action.action }} {{ action.collection.branchname }} {{ action.status }} {% if not select %} Update {% elif select and g.fas_user and g.fas_user.username == action.user and action.status in ['Pending', 'Awaiting Review'] %} Update {% endif %}
{% else %}

No actions found

{% endif %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %}