{{ gettext('t_installed_components') }}
| {{gettext('t_name')}} | {{gettext('t_description')}} | {{gettext('t_version')}} | {{gettext('t_git_link')}} | {{gettext('t_install_at')}} | {{gettext('t_status')}} | {{gettext('t_action')}} | |
|---|---|---|---|---|---|---|---|
| k2root | main component | 2.5.1.27 | |||||
| {{ component.name }} | {{ component.description }} | {{ component.version }} | {{ component.git_link }} | {{ component.date_installed }} | {% if component.installed %} Yes {% else %} No {% endif %} | {% if component.installed %} {{gettext('t_turn_of_component')}} {% else %} {{gettext('t_turn_on_component')}} {% endif %} | |