{% 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 %}
{% endblock %} {% block content %} {% if select %}{% if page > 1%} < Previous {% else %} < Previous {% endif %} | {{ page }} / {{ total_page }} | {% if page < total_page %} Next > {% else %} Next > {% endif %} |
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 %} |
No actions found
{% endif %} {% endblock %} {% block jscripts %} {{ super() }} {% endblock %}