Open the menu
    ```html

    Contacts : Details

    Displays the information of the selected contact from the List and Administration interface.

    Features

    • It is a details interface

    Screens

    Details

    Data

    contact

    • Name(string)
    • Surname(string)
    • Position(string)
    • Company(string)
    • Email(Email)
    • Business Phone(string)
    • Home Phone(string)
    • Mobile(string)
    ```