<% if (uploading_user) { %> <% } %> <% if (!_.isEmpty(needs)) { %> <% } %> <% if (!_.isEmpty(bugzillas)) { %> <% } %> <% if (!_.isEmpty(types)) { %> <% } %> <% if (!_.isEmpty(runfor)) { %> <% } %> <% if (!_.isEmpty(required)) { %> <% } %> <% if (!_.isEmpty(excluded_osmajor)) { %> <% } %> <% if (!_.isEmpty(excluded_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(needs, function(elem) { %>
  • <%- elem %>
  • <% }) %>
Bugzillas
Types
    <% _.each(types, function(elem) { %>
  • <%- elem %>
  • <% }) %>
Run For
    <% _.each(runfor, function(elem) { %>
  • <%- elem %>
  • <% }) %>
Priority <%- priority %>
Destructive <%- destructive %>
Requires
    <% _.each(required, function(elem) { %>
  • <%- elem %>
  • <% }) %>
Excluded OSMajors
    <% _.each(excluded_osmajor, function(elem) { %>
  • <%- elem %>
  • <% }) %>
Excluded Arches
    <% _.each(excluded_arch, function(elem) { %>
  • <%- elem %>
  • <% }) %>