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