2015-11-22 09:32:09 +03:00
{{ template "base/head" . }}
2023-02-02 01:56:10 +03:00
<div role="main" aria-label=" {{ .Title }} " class="page-content organization profile">
2023-02-13 20:59:59 +03:00
<div class="ui container gt-df">
2023-08-10 06:19:39 +03:00
{{ ctx .AvatarUtils .Avatar .Org 1 4 0 "org-avatar" }}
2018-01-10 02:11:01 +03:00
<div id="org-info">
2023-05-11 01:27:02 +03:00
<div class="ui header gt-df gt-fw">
2018-01-10 02:11:01 +03:00
{{ .Org .DisplayName }}
2020-10-06 09:25:43 +03:00
<span class="org-visibility">
2023-05-11 01:27:02 +03:00
{{ if .Org .Visibility .IsLimited }} <span class="ui large basic horizontal label"> {{ .locale .Tr "org.settings.visibility.limited_shortname" }} </span> {{ end }}
{{ if .Org .Visibility .IsPrivate }} <span class="ui large basic horizontal label"> {{ .locale .Tr "org.settings.visibility.private_shortname" }} </span> {{ end }}
2020-10-06 09:25:43 +03:00
</span>
2023-05-11 01:27:02 +03:00
{{ if .EnableFeed }}
2023-05-12 13:23:53 +03:00
<a class="rss-icon gt-mx-3" href=" {{ .Org .HomeLink }} .rss" data-tooltip-content=" {{ .locale .Tr "rss_feed" }} "> {{ svg "octicon-rss" 2 4 }} </a>
2023-05-11 01:27:02 +03:00
{{ end }}
2018-01-10 02:11:01 +03:00
</div>
2023-01-30 11:16:12 +03:00
{{ if $ .RenderedDescription }} <div class="render-content markup"> {{ $ .RenderedDescription | Str2html }} </div> {{ end }}
2018-01-10 02:11:01 +03:00
<div class="text grey meta">
2023-07-25 11:26:27 +03:00
{{ if .Org .Location }} <div class="flex-text-block"> {{ svg "octicon-location" }} <span> {{ .Org .Location }} </span></div> {{ end }}
{{ if .Org .Website }} <div class="flex-text-block"> {{ svg "octicon-link" }} <a target="_blank" rel="noopener noreferrer me" href=" {{ .Org .Website }} "> {{ .Org .Website }} </a></div> {{ end }}
{{ if $ .IsSigned }}
{{ if .Org .Email }} <div class="flex-text-block"> {{ svg "octicon-mail" }} <a class="muted" href="mailto: {{ .Org .Email }} "> {{ .Org .Email }} </a></div> {{ end }}
{{ end }}
2015-12-08 01:30:52 +03:00
</div>
</div>
2023-06-09 12:10:51 +03:00
<div class="right menu">
2023-07-07 18:27:12 +03:00
<button class="link-action ui basic button gt-mr-0" data-url=" {{ .Org .HomeLink }} ?action= {{ if $ .IsFollowing }} unfollow {{ else }} follow {{ end }} ">
{{ if $ .IsFollowing }}
{{ .locale .Tr "user.unfollow" }}
{{ else }}
{{ .locale .Tr "user.follow" }}
{{ end }}
</button>
2023-04-29 22:13:58 +03:00
</div>
2015-12-08 01:30:52 +03:00
</div>
2015-11-22 09:32:09 +03:00
2021-11-24 19:12:54 +03:00
{{ template "org/menu" . }}
2015-11-22 09:32:09 +03:00
2015-12-08 01:30:52 +03:00
<div class="ui container">
2018-01-10 02:11:01 +03:00
<div class="ui mobile reversed stackable grid">
2023-08-15 17:00:35 +03:00
<div class="ui {{ if .ShowMemberAndTeamTab }} eleven wide {{ end }} column">
2019-02-08 19:45:43 +03:00
{{ template "explore/repo_search" . }}
2015-12-08 01:30:52 +03:00
{{ template "explore/repo_list" . }}
2016-11-07 13:44:49 +03:00
{{ template "base/paginate" . }}
2015-12-08 01:30:52 +03:00
</div>
2015-11-22 09:32:09 +03:00
2023-08-15 17:00:35 +03:00
{{ if .ShowMemberAndTeamTab }}
2015-12-08 01:30:52 +03:00
<div class="ui five wide column">
2022-02-19 15:08:12 +03:00
{{ if .CanCreateOrgRepo }}
<div class="center aligned">
2022-06-27 23:58:46 +03:00
<a class="ui green button" href=" {{ AppSubUrl }} /repo/create?org= {{ .Org .ID }} "> {{ .locale .Tr "new_repo" }} </a>
2022-02-19 15:08:12 +03:00
{{ if not .DisableNewPullMirrors }}
2022-06-27 23:58:46 +03:00
<a class="ui green button" href=" {{ AppSubUrl }} /repo/migrate?org= {{ .Org .ID }} &mirror=1"> {{ .locale .Tr "new_migrate" }} </a>
2022-02-19 15:08:12 +03:00
{{ end }}
</div>
2023-06-29 15:24:22 +03:00
<div class="divider"></div>
2022-02-19 15:08:12 +03:00
{{ end }}
2023-08-15 17:00:35 +03:00
{{ if .NumMembers }}
<h4 class="ui top attached header gt-df">
<strong class="gt-f1"> {{ .locale .Tr "org.members" }} </strong>
<a class="text grey gt-dif gt-ac" href=" {{ .OrgLink }} /members"><span> {{ .NumMembers }} </span> {{ svg "octicon-chevron-right" }} </a>
</h4>
<div class="ui attached segment members">
{{ $ isMember : = .IsOrganizationMember }}
{{ range .Members }}
{{ if or $ isMember ( call $ .IsPublicMember .ID ) }}
<a href=" {{ .HomeLink }} " title=" {{ .Name }} {{ if .FullName }} ( {{ .FullName }} ) {{ end }} "> {{ ctx .AvatarUtils .Avatar . 4 8 }} </a>
{{ end }}
2015-12-08 01:30:52 +03:00
{{ end }}
2023-08-15 17:00:35 +03:00
</div>
{{ end }}
2015-12-08 01:30:52 +03:00
{{ if .IsOrganizationMember }}
2023-02-13 20:59:59 +03:00
<div class="ui top attached header gt-df">
<strong class="gt-f1"> {{ .locale .Tr "org.teams" }} </strong>
2023-03-24 13:35:38 +03:00
<a class="text grey gt-dif gt-ac" href=" {{ .OrgLink }} /teams"><span> {{ .Org .NumTeams }} </span> {{ svg "octicon-chevron-right" }} </a>
2015-12-08 01:30:52 +03:00
</div>
<div class="ui attached table segment teams">
{{ range .Teams }}
<div class="item">
2021-11-16 21:18:25 +03:00
<a href=" {{ $ .OrgLink }} /teams/ {{ .LowerName | PathEscape }} "><strong class="team-name"> {{ .Name }} </strong></a>
2017-11-04 08:46:34 +03:00
<p class="text grey">
2022-11-19 07:02:30 +03:00
<a class="muted" href=" {{ $ .OrgLink }} /teams/ {{ .LowerName | PathEscape }} "><strong> {{ .NumMembers }} </strong> {{ $ .locale .Tr "org.lower_members" }} </a> ·
<a class="muted" href=" {{ $ .OrgLink }} /teams/ {{ .LowerName | PathEscape }} /repositories"><strong> {{ .NumRepos }} </strong> {{ $ .locale .Tr "org.lower_repositories" }} </a>
2017-11-04 08:46:34 +03:00
</p>
2015-12-08 01:30:52 +03:00
</div>
{{ end }}
</div>
{{ if .IsOrganizationOwner }}
<div class="ui bottom attached segment">
2022-06-27 23:58:46 +03:00
<a class="ui primary small button" href=" {{ .OrgLink }} /teams/new"> {{ .locale .Tr "org.create_new_team" }} </a>
2015-12-08 01:30:52 +03:00
</div>
{{ end }}
{{ end }}
</div>
2023-08-15 17:00:35 +03:00
{{ end }}
2015-12-08 01:30:52 +03:00
</div>
</div>
2014-06-28 23:43:25 +04:00
</div>
2015-12-08 01:30:52 +03:00
{{ template "base/footer" . }}