13 lines
194 B
Plaintext
13 lines
194 B
Plaintext
<h3>Inbox</h3>
|
|
|
|
@if (@MessageCount > 0)
|
|
{
|
|
<h4>You currently have @MessageCount questions from employees!</h4>
|
|
}
|
|
else
|
|
{
|
|
<h4>No questions from employees! All good!</h4>
|
|
}
|
|
|
|
<br />
|
|
<br /> |