@using Nancy.Security

Requests

Below you can see yours and all other requests, as well as their download and approval status.

@if (Context.CurrentUser.IsAuthenticated()) {

}
@if (Context.CurrentUser.IsAuthenticated()) { @if (Model.SearchForMovies) { } @if (Model.SearchForTvShows) { } }
@if (Model.SearchForMovies) {


} @if (Model.SearchForTvShows) {


}