# extends 'layout.html' # block title ${_("Components")} ${ super() } # endblock title # block head ${ super() } # endblock # block content

${_("Components")}

# if not hide_description: # endif # for component in components: # if not hide_description: # endif # endfor
${_("Name")} ${_("Tickets")}${_("Description")}
${component.subname} # if no_milestone: ${component.active_tickets_without_milestone} # else: ${component.active_tickets} # endif add ticket ${component.description}
# endblock content