@using FoodsharingSiegen.Contracts.Enums
@inherits FsBase
@if (ShowNotNeeded)
{
}
@if (!string.IsNullOrWhiteSpace(Info1Name))
{
@Info1Name
}
@if (!string.IsNullOrWhiteSpace(Info2Name))
{
@Info2Name
}
@if (AllowFeedback)
{
Feedback
@if (Interaction.Feedback == InteractionFeedback.Negative)
{
Feedback Info
}
}