<% if (uploading_user) { %> <% } %> <% if (!_.isEmpty(needs)) { %> <% } %> <% if (!_.isEmpty(bugzillas)) { %> <% } %> <% if (!_.isEmpty(types)) { %> <% } %> <% if (!_.isEmpty(runfor)) { %> <% } %> <% if (!_.isEmpty(required)) { %> <% } %> <% if (!_.isEmpty(excluded_osmajor)) { %> <% } %> <% if (!_.isEmpty(exclusive_osmajor)) { %> <% } %> <% if (!_.isEmpty(excluded_arch)) { %> <% } %> <% if (!_.isEmpty(exclusive_arch)) { %> <% } %>
Description <%- description %>
Valid <%- valid %>
Path <%- path %>
Expected Time <%- expected_time %>
Creation Date <%- creation_date %>
Updated Date <%- update_date %>
Owner <%- owner %>
Uploader <%= uploading_user.toHTML() %>
Version <%- version %>
License <%- license %>
RPM <%-rpm %>
Needs
    <% _.each(_.sortBy(needs, _.identity), function(elem) { %>
  • <%- elem %>
  • <% }) %>
Bugzillas
    <% _.each(_.sortBy(bugzillas, _.identity), function(elem) { %>
  • <%- elem %>
  • <% }) %>
Types
    <% _.each(_.sortBy(types, _.identity), function(elem) { %>
  • <%- elem %>
  • <% }) %>
Run For
    <% _.each(_.sortBy(runfor, _.identity), function(elem) { %>
  • <%- elem %>
  • <% }) %>
Priority <%- priority %>
Destructive <%- destructive %>
Requires
    <% _.each(_.sortBy(required, _.identity), function(elem) { %>
  • <%- elem %>
  • <% }) %>
Excluded OSMajors
    <% _.each(_.sortBy(excluded_osmajor, _.identity), function(elem) { %>
  • <%- elem %>
  • <% }) %>
Exclusive OSMajors
    <% _.each(_.sortBy(exclusive_osmajor, _.identity), function(elem) { %>
  • <%- elem %>
  • <% }) %>
Excluded Arches
    <% _.each(_.sortBy(excluded_arch, _.identity), function(elem) { %>
  • <%- elem %>
  • <% }) %>
Exclusive Arches
    <% _.each(_.sortBy(exclusive_arch, _.identity), function(elem) { %>
  • <%- elem %>
  • <% }) %>