{{ d.nickname }}

{{ d.status }}
{{ d.country }} Age: {{ d.age }} years
@for (t of d.tags; track t) { {{ tagSlug(t) }} }
@if (isMfc || isCb) { }
{{ d.dateRange }}
@for (b of d.chatBreakdown; track b.type) {
{{ b.type }} {{ b.hours }}
}

[Highcharts: Weekly Activity Chart]

Longest private chats

    @for (r of longestRecords; track $index) {
  • {{ r.duration }} on {{ r.rest }}
  • }

Top private chats in one day

    @for (t of d.topPrivatesInDay; track $index) {
  • {{ t.count }} privates (avg {{ t.avg }} per session) on {{ t.date }}
  • }
@if (isMfc) {

Tips in tokens

@for (t of tipsView; track t.rank) {
#{{ t.rank }}

{{ t.amountStr }} tokens

{{ t.date }} · by {{ t.by }}

}
}

Model topics:

@for (t of d.modelTopics; track $index; let last = $last) {

{{ t.heading }}

@for (tag of t.tags; track tag) { {{ tag }} }
@if (!last) { }
}
@if (isMfc || isLj) {

When she's online?

NeverVery often

[Highcharts: When-she's-online heatmap]

} @if (isMfc) {

Camscore Rank

{{ camscoreCurrentStr }}↑ {{ d.camscore.delta }} points
#{{ d.camscore.rank }}
{{ d.camscore.multiplier }} times more than avg! {{ d.camscore.toNextRank }} points till #{{ camscoreNextRank }}
} @if (isMfc) {

Miss MFC contest rank

[Highcharts: Miss MFC rank line chart]

Past awards

    @for (a of d.pastAwards; track a.rank) {
  • #{{ a.rank }}

    {{ a.dates.join(' · ') }}

    {{ a.frequency }}

  • }
}

Nickname changes on {{ d.platformName }}:

Each row shows a nickname this account has used and the date range it was active.

@for (c of d.nicknameChanges; track $index) {
{{ c.name }}{{ c.from }}
}
View all nickname changes

The same nicknames on other sites:

@for (o of d.otherNicknames; track $index) {
{{ o.nickname }}
}
@if (activeTab() === 'discussions') {

There are no discussions yet.

Discussions are tied to a specific model's account. If you want to talk about {{ d.nickname }} from {{ d.platformName }}, this discussion should be separated from her other accounts. If the discussion is about a CWSW page, it must be in a separate discussion. That is why sometimes you see multiple options to create discussions or many different discussions about the same person.

} @if (activeTab() === 'user-reviews') {
@for (r of userReviews; track r.author; let last = $last) { @if (!last) { } }
} @if (activeTab() === 'snapshots') {
@for (s of snapshots; track $index) {
{{ s.date }}
}
View all snapshots
} @if (activeTab() === 'stories') {
@for (s of stories; track s.id) { }
}