|
|
|
@ -18,13 +18,12 @@
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@if (!string.IsNullOrEmpty(
|
|
|
|
@if (!string.IsNullOrEmpty(
|
|
|
|
Model.Performer?.DedicatedGoogleCalendar))
|
|
|
|
Model.Performer.DedicatedGoogleCalendar))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
<li> @SR["Exposes his Google calendar!"]
|
|
|
|
<li> @SR["Exposes his Google calendar!"]
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@if (!string.IsNullOrEmpty(
|
|
|
|
@if (Model.Performer.Devices?.Count>0)
|
|
|
|
Model.Performer?.GoogleRegId))
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
<li> @SR["Uses the mobile application, and receives push notifications"]
|
|
|
|
<li> @SR["Uses the mobile application, and receives push notifications"]
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
|